The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Scriptrunner - List Issues With Links To Other Projects

Marc Moroz
Contributor
December 13, 2017

Hi,

I'm trying to use ScriptRunner to identify all non-Done issues with links to non-Done issues in external projects.  So far, I have this.

issueFunction in hasLinks() AND statusCategory != Done

 

I can't find how to limit results only to links going to other projects and only to non-Done issues.

 

Bonus Points:

When showing the results on a Jira dashboard or Confluence, how would I show the project of the external issue?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Roland Holban (Adaptavist)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
April 10, 2018

You could do something like this where PROJECT_NAME is the project name of the project you dont want.

issueFunction IN linkedIssuesOf("statusCategory != Done AND project != PROJECT_NAME") AND statusCategory != Done

 

Marc Moroz
Contributor
April 10, 2018

Thanks.  This is essentially where I landed:

project = "myProject" and issueFunction IN linkedIssuesOf("statusCategory != Done AND project != myProject") AND statusCategory != Done

 

This will show me everything in myProject with links outside of myProject.

Jira has a Links column which shows the key but that's not very helpful without the linked project and linked summary.

TAGS
AUG Leaders

Atlassian Community Events