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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
I need a filter that I can use which shows all the issues that belong to a project and in which the parent status != Done.
Something like this one... but having the status filter limited only to the parent (not all the issues):
project = myProject AND status != Done AND Sprint in openSprints() ORDER BY key ASC, parent ASC, Rank ASC
Basically: only hide anything with a parent status = Done... and show all else.
Even issues in Done should be shown as long as their parent's not in Done status.
Thanks!
Federico.
Hi @Federico Varchavsky - Unfortunately, you cannot get something like this with native JQL. There are marketplace apps that provide JQL extensions which would be able to provide this capability.
Nooooooo!
This is terrible for my organization... both personal and corporate organization. hehehe.
Is there any way to concatenate different filters?
Like having a filter which only show the US i need... and in another filter having all the issues the belong to that filter I just created.
Something like:
myUSFilter = shows all the US that I need to find
myIssuesFilter = show me all the issues which IN myUSFilter
Thanks Mark!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately not. You're looking for the ability to establish subqueries which native JQL just isn't advanced enough to handle on its own.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.