Has anyone created a filter that will return a list of issues that have links to other issues.? I can filter based on number of attachments, but I have not figured out how to filter based on number of linkedIssues.
How about the following plugins?
This will show you all issues linked to an issue ES-9446
issue in linkedIssues(ES-9446)
Check out our HP/Palm Jira Search Plugin which helps a lot to figure out JQL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Jeff, but this will only list the issues linked to ES-9946. I am looking to get a list of all issues in the project with links.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
type = Story AND issueFunction in linkedIssuesOf("filter = 'filter_id'")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have a look at the JQL Tricks Plugin as well. It is a commercial one but has some useful linking functions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yep, this will do what I need, but it is commercial (cost). Was hoping to find something I could do while I work my way through our purchase process.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join us June 26, 11am PT for a webinar with Atlassian Champion Robert Hean & Loom’s Brittany Soinski. Hear tips, stories, and get your burning questions answered. Learn how Loom makes training and enablement easier. Don’t miss it!
Register todayOnline 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.