/
JQL functions

JQL functions

It’s good to know several sprint-related JQL functions.

  • openSprints() : finds issues that are assigned to a sprint that was started but has not yet been completed.

  • closedSprints() : finds issues that are assigned to a completed Sprint.

  • futureSprints() : finds issues that are assigned to a sprint that hasn't been started yet. And note that the correct syntax uses the sprint field.

  • Also, it is possible for an issue to belong to both a completed sprint(s) and an incomplete sprint(s); either a current/active sprint or a planned/future sprint.

  • And – if there are are no other clauses in the JQL query – then these functions find issues in all sprints in all teams / projects.

몇 가지 스프린트 관련 JQL 함수를 알아두면 좋습니다.

  • openSprints(): 시작되었지만 아직 완료되지 않은 스프린트에 할당된 이슈를 찾습니다.

  • closedSprints() : 완료된 스프린트에 할당된 이슈를 찾습니다.

  • futureSprints() : 아직 시작되지 않은 스프린트에 할당된 이슈를 찾습니다. 올바른 구문은 스프린트 필드를 사용한다는 점에 유의하세요.

  • 또한 이슈가 완료된 스프린트와 완료되지 않은 스프린트, 현재/활성 스프린트 또는 계획된/미래 스프린트 모두에 속할 수 있습니다.

  • 그리고 JQL 쿼리에 다른 절이 없는 경우, 이 함수는 모든 팀/프로젝트의 모든 스프린트에서 이슈를 찾습니다.

 

Related content

이슈를 통한 작업 자동화
이슈를 통한 작업 자동화
More like this
Completing Sprints
Completing Sprints
More like this
필터 구성
More like this
자동화 조건
자동화 조건
More like this
카드 사용자 지정
카드 사용자 지정
More like this
자동화 액션
자동화 액션
More like this