As Coverage a would like to retrieve all the Feature and Story that does not have a test directly linked with him
The above image describes how we "directly" cover a feature. Directly linking tests to Feature level. The same with the story.
so my question is there a query to retrieve all feature that does not have a link type is tested by?
hi @Luca Ruggeri Below JQL query should work:
project= ERMIS AND issuetype = Feature AND issueLinkType != "is tested by"
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.