Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×The documentation says that a filter can be created in Jira with the following syntax but it doesn't work:
sprint =
999
or
sprint in (
1
,
3
,
4
)
I want to be able to search for all issues from sprint 103, so using closedsprints() is not helpful.
This should work, you might like to take a look at the sprint value in the issues that apparently aren't showing up, perhaps they've been cleared by someone else.
You can more easily see issues from a closed sprint by accessing the Sprint Report then clicking View in Issue Navigator.
Thanks,
Shaun
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This video will show you: http://www.youtube.com/watch?v=ZQCRL_QOh6s
I, myself, just had to find this today as we have been testing the GH and JIRA integration and have assessed is not for prime time consumption - but, this should help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Where are you trying to see the issues? In the Issue Navigator it should work as described by Shaun.
If you want to see the in the planning board that won't work, as you cannot see issues there that are 'done'.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can see from the the results of "sprint in closedSprints()" that I have many issues that belong to closed sprints.
But when I use:
sprint = 103
or
sprint = '103'
or
sprint = "103"
or
sprint in (102,103)
I get "No matching results"
Also, you mentioned accessing closed sprints from the Sprint Report. I'm seeing that only active sprints are displayed in this report and closed sprints are not available.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And, the 103 or 102 as mentioned above is the internal ID for the sprint, not what you see in the UI when viewing the sprint - correct?
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.