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?
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")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.