Hello,
To give a little background to my requirement, I have around 500 issues without parent (shown in my Jira Plan (Portfolio level)). I would like to build a visual dashboard using bar graphs and pie charts to show the outstanding orphan issues vs projects and orphan issues vs status etc.
For this I have been trying to create a filter to pull issues without parents from one project. Below is the screenshot of the JQL I have used along with the error.
I have also tried the query:
Project = "Business Technology" and "Parent" = Empty
This gives a list of queries which have a parent too (I'm assuming this is not a right command)
Note: I'm currently using Jira Cloud.
Questions:
Is my JQL command wrong or is there any other way to do this? Please suggest a best approach to build this dashboard.
Thanks!