I would like to create a filter or a dashboard that shows all Idea type tickets that do not have delivery tickets linked to them.
I intend to use the same method to identify tickets within a specific Project (our UX & Design) that do not have associated ideas.
Is this possible to do with JQL?
To get all the ideas that do not have linked delivery tickets, the JQL you are looking for is:
project = "discovery project" AND issueLinkType not in ("is implemented by")
For the opposite, you can also narrow down to the specific project and use "implements" instead of "is implemented by".
You might need to add another condition wherein you state issuetype = Idea if you have for example stories in your UX project that use the implements condition in relation to epics in that same project
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.