How do I create a filter to only show issues added to the current sprint since the sprint has started?
project = X AND Sprint in openSprints()
Taken from
https://answers.atlassian.com/questions/116421/jira-filter-by-sprint
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Mathias, I think this would get you part of the way there, by getting any newly created issues added, but I want to be able to also get issues that may have already existed in the backlog that were added to the sprint as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think that you can get that. The closest you can get is all the issues in the sprint.
project = GHS and sprint = 437
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.