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")
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.