project = ABC AND issuetype = Story AND (<linked issue type> != "QA Task" )
Can someone help me please? Thanks!
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ok, I use 2017.! :(
but this is very useful field.,
else I go with the old legendary excel export and do the cooking.! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.!
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.