Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,555,395
Community Members
 
Community Events
184
Community Groups

Recursively Find Issues with Links to Other Projects

Edited

"statusCategory != Done and issueFunction in hasLinks()" will bring up open issues that are linked to other issues but it includes issues that are only linked to issues in the same project.

I want to limit my search so that only issues with links to other projects are found.  Example:

IssueA1 in ProjectA links to IssueA2 in ProjectA and links to IssueB1 in ProjectB

IssueA2 in ProjectA links to IssueA1 in ProjectA

 

The search will return IssueA1 and IssueB1

 

We have Script Runner but I still haven't figured out how to find all issues with links to other issues outside of their projects.

1 answer

0 votes
Daniel Yelamos [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.
Dec 20, 2017

Hello Marc.

This would work only within the scope of one project:

For example:

project = SRJIRA AND statusCategory != Done AND issueFunction in linkedIssuesOf("project != SRJIRA", "Blocks")

Does this help at all?

Cheers!

DYelamos

Thanks for taking the time to answer this.  I appreciate the help but we have too many projects to create filters on a project-by-project basis.  I really need a way to find Open issues with links out to other projects in a way that doesn't require me to specify a project or issue.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events