Hello
I am working on migrating data from Jira 8.13.10 to Jira 8.13.20. There are about 12 projects in old Jira. I need to run a JQL query on a project which will return issues with links to other projects.
Query below returns issues in Test project which have links to issues in the same project:
project = "Test " AND issueLinkType in (blocks,"is blocked by",discovered,"was discovered by",clones,"is cloned by","is cloned by",duplicates,"is duplicated by","has to be finished together with","has to be done before","has to be done after","is triggering","is triggered by","has to be started together with","git code review opened")
Any help is greatly appreciated. Thanks in advance.
Hi @pottind,
if you use ScriptRunner, you could easily do this with the following JQL:
project = Test AND issueFunction in linkedIssuesOf("project != Test")
Hi
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.