You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hello,
Please say who can help us or explain why it’s so like the below described.
In “Issues and filters”” create “Search” like:
project = UAT AND status not in (done, Cancelled, Stopped) AND Sprint != 180 ORDER BY priority DESC
Result returns only 8 issues, but in Backlog we have more issues which don’t in sprint (must show more issues).
@Kurt Klinner
Hi,
I don't understand where was wrong:
project = UAT AND status in (Agreement, "In Progress", "In Release", Reopened, Testing, "To Do", "Under Review") AND Sprint = 183
on request issues 27 tasks.
http://prntscr.com/nfnzi4
project = UAT AND status in (Agreement, "In Progress", "In Release", Reopened, Testing, "To Do", "Under Review")
85 tasks found on request (removed Sprint)
http://prntscr.com/nfo09k
project = UAT AND status in (Agreement, "In Progress", "In Release", Reopened, Testing, "To Do", "Under Review") AND Sprint != 183
that is, it is logical that the request should be:
85 - 27 = 58
but outputs 8, why?
http://prntscr.com/nfnzyw
Not 100% sure but think that if issues do not have a sprint assigned at all
you will need to use
sprint IS EMPTY OR sprint NOT IN openSprints()
Glad to hear that
Cheers
Kurt
would be great if you could mark that issue as answered, just in case someone might look for a similar answer
Cheers
Kurt