I have the RTM plugin installed in my Jira and I am trying to write a filter to show me all of the Functional Requirements that do not have associated Test Cases. Here is the JQL that I thought would work but it is still showing functional requirements that have test cases.
issuetype = "Functional Requirement" AND issueCoveredBy = EMPTY ORDER BY key DESC
Any ideas?
In Cloud you need do this through an add-on. I use Structure - ALM Works , but it's not something you do with JQL in Cloud Jira.
I believe there are probably some JQL-extending add ons as well, we just happen to have structure installed and it was instrumental in me figuring out a mess of old/unused link types.
I was able to query a specific issue using the "issueCoveredBy".
issuetype = Story AND issueCoveredBy = HH-1457
It looks like it just does not work when you are querying for the "EMPTY" set.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
issueCoveredBy isn't regular jira syntax, so you must have something else installed (an addon maybe) to do that.
Glad you found an answer though.
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.