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