Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Search all Requirements or Story without direct like type test

Luca Ruggeri
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 9, 2022

As Coverage a would like to retrieve all the Feature and Story that does not have a test directly linked with him

image.png

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?

1 answer

1 accepted

1 vote
Answer accepted
Suvarna Gaikwad
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 9, 2022

hi @Luca Ruggeri Below JQL query should work:

project= ERMIS AND issuetype = Feature AND issueLinkType != "is tested by"

Hope this helps!

Suggest an answer

Log in or Sign up to answer