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

Suggest an answer

Log in or Sign up to answer
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 Leaders.
April 10, 2018 edited

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
loom essentials certification, loom training, get certified in loom, atlassian certification, loom async video, video messaging skills, atlassian learning, loom for teams, online certification, loom badge, loom for business, atlassian education

Get Certified in Loom! 🧑‍🎓

Time to up your Loom game! The new Loom Essentials Certification is here! Show off your skills, learn pro tips, and get officially recognized. Perfect for taking your video messaging to the next level.

Learn more
AUG Leaders

Atlassian Community Events