Forums

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

Hi, how can I get all the Stories that do not have a specific issueType linked to them?

Astha Soni April 19, 2020

project = ABC AND issuetype = Story AND (<linked issue type> != "QA Task" )

Can someone help me please? Thanks!

2 answers

0 votes
Mohamed Benziane
Community Champion
April 20, 2020

Hello @Astha Soni 

 

So, if i'm correct, you need to find story with no link type such "Qa Task".

You can try this :

project = ABC AND issuetype = Story AND and issueLinkType not in (your link type)

Hope this helps 

Sudarshan
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.
April 20, 2020

this works only for Jira Admin? because i tried this, and it said 

field issueLinkType does not exist or you dont have permission to view it.

Mohamed Benziane
Community Champion
April 20, 2020

No it's workfing fine with an user account (not admin)

 

https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-fields/

 

I'm not sure but i think that field was introduce in the jira version 8.

Sudarshan
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.
April 20, 2020

ok, I use 2017.! :( 
but this is very useful field.,
else I go with the old legendary excel export and do the cooking.! :)

0 votes
Sudarshan
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.
April 20, 2020

Hello,

just a quick Try , project = <name> AND issueFunction in linkedIssuesOf("put your sub query here")

I would suggest you can use Structures in Jira for such activities, its easier there.!

Suggest an answer

Log in or Sign up to answer