Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Issues within a sprint

Abiodun Famoye January 15, 2024

Please I am trying to use JQL to query out all issues within an open or closed sprint.

Please can anyone help with the JQL query script?

3 answers

3 accepted

2 votes
Answer accepted
Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 15, 2024

Hi @Abiodun Famoye 

Welcome to the community.

@Joseph Chung Yin answer is providing the detail in the sprint you query.

You can also use the JQL keywords:

  •  openSprints()
  •  futureSprints()
  •  closedSprints()

e.g.

  • sprint in openSprints()
  • sprint in openSprints() and project = <your project>
2 votes
Answer accepted
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 15, 2024

Hi @Abiodun Famoye -- Welcome to the Atlassian Community!

To find issues in closed sprints, please use this JQL function:

https://support.atlassian.com/jira-software-cloud/docs/jql-functions/#closedSprints--

To find issues in the current, open / active sprint, please use this one:

https://support.atlassian.com/jira-software-cloud/docs/jql-functions/#openSprints--

Kind regards,
Bill

1 vote
Answer accepted
Joseph Chung Yin
Community Champion
January 15, 2024

@Abiodun Famoye -

Welcome to the community.  Can you confirm if you just trying to pull all issues associated with a specific sprint?

The JQL should be something like - project = xxxx and sprint = the sprint name.  Keep in mind that once you selected a specific sprint in your JQL, it will be displayed with the internal ID for the sprint.

Hope this helps.

Best, Joseph Chung Yin

Jira/JSM Functional Lead, Global Technology Applications Team

Viasat Inc.

Abiodun Famoye January 17, 2024

Thank so much @Joseph Chung Yin 

It worked.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events