JQL Question

Rahul Aich [Nagra]
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.
September 28, 2016

Hi All

I have a specific JQL question.

Issue A in project A is linked to Issue B in Project B. Project B also has another field say X.

My question is how can i search for issues in Project A which are linked to project B and also has value X=x.

Rahul

1 answer

0 votes
Doug Swartz
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.
September 28, 2016

With stock JIRA I believe this is not possible. You may have an add-on which enables this kind of query. For instance:

If you have the ScriptRunner plugin you can do a query like: 

issueFunction in linkedIssuesOf("project = B and X = 'x'") and project = A

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events