I want to ask for a kind of JQL query.

Jason Liu June 30, 2022

If issue A-1 is cloned by B-1, which was moved from A project to B project. And C-1 and D-1 are from project C and D. C-1 and D-1 have depend relation with B-1, as in issue link. How do I use one JQL query to search all the issues of B-1, C-1 and D-1?

2 answers

1 vote
mauricio.groth
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.
July 4, 2022

Hi @Jason Liu 

As you're on Jira Server, the correct answer is to get an app that provides JQL extensions you're looking for.


With standard JQL, you can only get a list of issues and export them to Excel for further processing. This works if you want to do a one-off analysis. If your use case is more dynamic than that, look beyond standard Jira.

Standard JQL doesn't easily allow it, but you can quickly find the results using our professional indexing service JQL Search Extensions

 

Find issues that are blocked by issues from project A 

issue in linkedBy("is blocked by"  "project = A )

 

Also, you can use our function “links”, that search for issues that link issues matched by JQL

Find issues that link at least one issue from project JQL.  

issue in links("project = A”)

 

Check out the documentation for more examples.
I hope this helps!
Maurício

1 vote
Ollie Guan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 30, 2022

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
8.5.2
TAGS
AUG Leaders

Atlassian Community Events