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?
Welcome to the community.
@Joseph Chung Yin answer is providing the detail in the sprint you query.
You can also use the JQL keywords:
e.g.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.