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
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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.