Hi,
How do I write a JQL to find all the issues linked to specific linked type, such as Linked Type = “Multiversion”
Thanks
Ganga S
Unfortunately you'd probably have to write your own JQL Function plugin to do this. You can get hold of the linked issues for a type, but only for a specified issue, for instance
issue in linkedIssues(ABC-123,"MultiVersion")
If you want to write your own plugin, this is a good tutorial to get you kick started -
https://developer.atlassian.com/display/JIRADEV/Plugin+Tutorial+-+Adding+a+JQL+Function+to+JIRA
There is also a plugin that contains the required JQL operators, the JQL Tricks Plugin. Note: it's a commercial plugin costing anywhere from $5 to $400 per year. Looks cool though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Try if
https://marketplace.atlassian.com/plugins/pt.lt.lfcribeiro.jira.jqlLTFunctions
Solves your problem.
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.