We have a Confluence page that contains related Jira tickets and we want to display the Sprint the Jira tickets are associated to. We are using the Jira Issue/Filter Display and searching for the Key to display the Jira ticket number. We then want to display the latest Sprint so selecting the Display Options and in Columns to display typing Sprint to display this field.
Unfortunately we displaying all the Sprints associated to the Jira ticket and we only want to display the last Sprint.
Is there anyway to simply display the current Sprint associated to the Jira ticket and not all Sprints?
Please take a look on this JQL functions:
- futureSprints() - https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-functions/#Advancedsearchingfunctionsreference-futureSprintsfutureSprints--
- openSprints() - https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-functions/#Advancedsearchingfunctionsreference-openSprintsopenSprints--
- closedSprints() - https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-functions/#Advancedsearchingfunctionsreference-closedSprintsclosedSprints--
This should help you to filter out correct issues.
Regards,
Seba
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.