I am trying to pull a report for all issues assigned to open sprints. However, I've noticed that when using "sprint in openSprints()" condition it excludes any issues that have rolled over from prior sprints. Even updating the Sprint to the active sprint name excludes these issues. How can I report on these issues?
Hi @Aileen Leitner Buck .
JQL : Sprint in openSprints() and Sprint in closedSprints()
The above JQL shows issues in current sprint and previous sprint. that means sprint field will have two or more sprint values.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.