JQL Searching on the new Sprint field instead of fixVersion

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

When configuring a JQL query to show issues in a specific sprint, the fixVersion was used until 5.8.5. After the introduction and full implementation of the Rapid Boards, sprint information moved to it's own field.

Diagnosis

JQL that would filter by Sprint does not, and is only able to filter by fixVersion (as reported by JIRA).

Cause

This is caused by a change to the JIRA database schema, in which the Sprint custom field (created specific for Greenhopper) was created and superseded the use of the fixVersion for storing this data.

Resolution

Greenhopper 6.1.3 added the feature to query for sprints based on sprint name instead of the ID. 

GreenHopper 6.1.3 Release Notes

(info) Greenhopper 6.1.2 and before will have to still query by sprint ID.

  1. Go to an issue that has been assigned to the sprint and highlight over the Active Sprint: <sprint name>
  2. Look at the link that pops up in the lower left hand of the screen (Firefox) and the sprint number is the sprintID at the end of the string.
  3. Then in JQL use: Sprint=<sprintID>
Last modified on Feb 23, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.