Greeting Dear community,
How can I or if possible to pull the following without plugin ?
Basically I want to see all the no-closed ticket and its sub-task in a flatten view like below:
I have just tried this
status not in ("Closed")
which displays all tickets which do not have status "Closed" both tasks and subtasks. You can further refine this with
issuetype in standardIssueTypes()
issuetype in subTaskIssueTypes()
to filter either the tasks or the subtasks
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.