How can I get From a sprint the list of all issues in it ?
I know the function Issue.sprint, but it gives a list of sprints. In my case, I want a list of issues.
Thanks a lot.
Hi!
You could perform a JQL-query where you search after the specified issues. That would look something like this: project = "XX" and sprint = "XX". Where XX stands for projectname and sprintname/number. You should then recieve a list of issues belonging to the specified project and sprint.
Hope that was answer to your question!
Thanks a lot, I didn't know this aspect, I have found another solution, But thanks a lot !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Disclaimer: marketplace partner!
Hey @Christian SAID -
Be sure to check out this post for more detail re: @Julia 's response: https://community.atlassian.com/t5/Jira-articles/Common-JQL-queries-for-sprints-in-Jira-Cloud/ba-p/1736456
If you are open to 3rd party marketplace apps we support what you are looking for an doffer various groupings for your tickets that are helpful.
You can expand each grouping to expose a list of the issues that fall under that grouping. Here we have a ticket grouping by, "Issue Type" -> Expand "All Tickets" -> Expand "Bug":
Groupings can be by Epic, Status, or we even support custom fields for tracking things like technical debt / innovation.
I hope this helps!
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.