Forums

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

Filter displaying any tasks that are not linked to a story

Sharon Anderson
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!
November 24, 2022

Rather than using sub tasks (because they are not workable in the backlog) I associate the issue type story with several tasks issue types.

I am wanting to be able to display any tasks that are not linked to a story.
In particular, linked using the option 'implemented by' or 'implements'

 

1 answer

0 votes
Fazila Ashraf
Community Champion
November 24, 2022

Hi @Sharon Anderson 

Check out the function listed in 

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

Let me know if you have further questions

Sharon Anderson
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!
November 24, 2022

Yes that is helpful however I want to find tasks that are linked to a story so when adding NOT IN, do I need to include all the valid linked options?

Fazila Ashraf
Community Champion
November 24, 2022

The function supports "NOT IN" and != operator.

Something like this will help? ->

type = Task and issueLinkType != implements

Suggest an answer

Log in or Sign up to answer