I m searching for an option to get all issues belonging to an explicit GreenHopper sprint in the JIRA issue navigator. Tried JQL queries <"GreenHopper Sprint" = "Sprint x"> (cf[10305]) and <"Sprint" = "Sprint x"> (cf[10401]), both valid statements but no results although "Sprint x" valid GH sprint.
Any ideas?
It is possible to search for issues belonging to a sprint, however the query needs to specify the sprint id rather than the sprint name.
This answer pointed me in the right direction to figure out what sprint id to use in the query.
In summary, you can figure out the sprint id from the URL when viewing a sprint report in the rapid board (note that the sprint id does not necessarily match up to the sprint name).
Once you have figured out the id, you can then use this in a query:
Sprint = X
Where X is the id of the sprint you wish to search for.
Similar question here, but no definite answer yet
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.