I have 2 issues that are both in the SAME sprint (not even open/closed) but the "sprint in openSprints()" additions shows only one of the issues not the other. What is causing this?
A couple of questions to try to help:
If so, you could be encountering this defect: https://jira.atlassian.com/browse/JSWCLOUD-18461
Best regards,
Bill
Hi,
Are the issue meet all criteria define in your JQL ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes, all i'm checking for is the project, and they are both in the same project.
Just removing "sprint in sprintsOpen()" shows them both with the rest of the query.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
statusCategory != Done AND assignee = currentUser() AND sprint in openSprints() AND project = KIP
Shows only 1 issue
statusCategory != Done AND assignee = currentUser() AND project = KIP
Shows both issues
Both issues have the same exact sprint
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.