Forums

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

How can I see the linked issues?

Mateusz Zurawik-Le Mercier November 10, 2021

Hey everyone, recently I've been trying to clean the long list of issues relation types that we have. Still, when I tried to remove a type, I got this warning that there is some large number of issues using this relation type. Is there an option to see what issues use those relation types?

1 answer

1 accepted

4 votes
Answer accepted
Callum Carlile _Automation Consultants_
Community Champion
November 10, 2021

Hi @Mateusz Zurawik-Le Mercier 

You can search for this using the issue navigator, using the JQL of:

issueLinkType = "link_name"

or if you want to search for multiple link types:

issueLinkType in ("link_name_1", "link_name_2")

Suggest an answer

Log in or Sign up to answer