We have created a new issue type = Test Case and Issue link = "is a test for". As we write new test cases we link those to stories and Epics, now we want to figure out which Epics has no test cases associated to them so that we can find test coverage. How would one do that?
Thanks in advance
@Pathik Desai Try below JQL query
project = "XXX" and issuetype = Epic AND linkedIssue !=XXXX
Hello Pavan,
I had tried that but for some reason linkedIssue != is not recognizing "Test Case" or "Story" etc
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Pathik Desai Atlassian Team answered this question
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.