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

Find with JQL tasks outside a project

Hello everyone.

I want to run a query that will give me all the tasks that link to tasks within my project but the tasks themselves are in other projects.
Does anyone have an idea what the effective / existing solution is.

Thank you :)

3 answers

1 vote
Bill Sheboy
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.
Nov 16, 2023 • edited

Hi @Eran Roiter 

That is not possible with out-of-the-box features of JQL.  It cannot perform such sub-queries or joins.

Solving this scenario depends upon how frequently you need to do this, and your willingness to purchase addons for Jira Cloud:

  • need this one-time, or infrequently
    • Export the issues in your project to a spreadsheet, and use spreadsheet functions to parse the link data to find the issues in other projects
  • need this often, and have money to spend
    • Investigate marketplace addons which add this searching capability to JQL
  • need this often, there are fewer than 100 issues with links, and have no money to spend
    • Create an automation rule to identify the issues

Kind regards,
Bill

Hi @Eran Roiter 

If you are fine to try out a mktplace app you can have a look at the one we have built for the same use case.

Issue Hierarchy  

You can view all the linked issues across diff projects in a single view.

The app is free upto 10 users. Do try it out.

Disclaimer : I am part of the team which developed this app

0 votes
Charlotte Santos
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.
Nov 16, 2023

Hi @Eran Roiter 

I’m Charlotte, a support engineer at Appfire and I’m here to help you.

Unfortunately, using vanilla JQL, you’ll not be able to do it dynamically.

In the app where my team works, JQL Search Extensions for Jira, you can use this query to find tasks from one project that are linked to the other tasks in your project:

issue in linkedIssuesOfQuery("project = ABC AND type = Task") AND project = DEF AND type = Task

Please contact our support if you have any other questions about this query.

We’ll be happy to help you!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events