프로젝트 이터레이션 API
이 API를 사용하여 프로젝트 이터레이션 에 접근하세요. 그룹 이터레이션에는 그룹 이터레이션 API 를 사용하세요. 더 이상 프로젝트 수준의 이터레이션은 없지만, 이 엔드포인트를 사용하여 프로젝트의 상위 그룹 이터레이션을 가져올 수 있습니다. 모든 프로젝트 이터레이션 목록 # 지정된 프로젝트의 모든 이터레이션을 나열합니다. 이터레이션 케이던스 에서 자동 일정 활성화 로 생성된 이터레이션은 title 및 description 필드에 null 을 반환합니다. GET /projects/:id/iterations GET /projects/:id/iterations?state=opened GET /projects/:id/iterations?state=closed GET /projects/:id/iterations?search=version GET /projects/:id/iterations?include_ancestors=false GET /projects/:id/iterations?incl
