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