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.
Hello,
What do you consider sensitive about this info? All this info can be seen in Jira UI. Login to Jira, go to Dashboards and have look at the footer. You will find similar info there:
Here is the footer of my Jira instance:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.