I have a support desk project to track customer requests, but where I need to assign out tasks to resolve the issue, I log addition tickets in other projects and link to the service desk ticket. I'd like to create a query which returns all linked issues. I was trying to use IssueFunction but my cloud instance of JIRA does not recognise it. Any help would be much appreciated.
Richie, you can try the functions from this plugin:
https://addonrock.atlassian.net/wiki/spaces/KB/pages/557163/JQL+Functions
With standard Jira you can use:
issue in linkedIssues("ISSUEKEY")
is there also a was to find all linked issues from a certain project?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'd love it if this functionality was possible but you'll need scriptrunner:
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.