Hello,
I would like to filter tasks/subtasks that status is "TO DO" or "IN PROGRESS" but also the Epic is not "DONE".
I tested this query, but it did not give me what I desired:
project = 12345 AND issuetype not in (Epic) AND status not in (Done) and "Epic Status" != Done
Does anyone know why?
Hi @Kazumi Kerr
You cannot perform such a query with out-of-the-box Jira JQL features. Specifically, you are trying to check fields of the epic and excluding epics from the query. Such queries require correlating different query expressions to join the epic and non-epic information.
If you need this type of query infrequently, you could perform it in steps or export your issues to another tool (like a spreadsheet) for performing the analysis.
If you need this often, please investigate marketplace options to enhance the features of JQL.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.