프로젝트 반복 API
프로젝트 반복(iteration)을 나열하고 조회하는 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?include_descendants=true GET /
