Am I able, using JQL, to see a list of tasks which are NOT associated with another task?

Elspeth Hinde August 12, 2019

I'm tidying up the backlog and want to make sure that all of the tasks are 'related to' stories. I'm using tasks not subtasks because I don't know if having a story get dragged through a lot of sprints is going to work for us in terms of tracking. 

So, I'm looking for a way to query on 'related to' is EMPTY. Anyone know of a way?

1 answer

1 accepted

1 vote
Answer accepted
Mohamed Benziane
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 12, 2019

Hi @Elspeth Hinde 

 

May be you can use this :

issueLinkType not in ("relates to")

 It will show all task with no issue link "relates to".

 

Hope this helps.

Elspeth Hinde August 12, 2019

Thanks @Mohamed Benziane - this works! You're a star! 

Mohamed Benziane
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 12, 2019

You welcome. It was a pleasure. 

Suggest an answer

Log in or Sign up to answer