You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I want a query where I can list the issues from one project and all linked issues from another project. For example I have issue from PROJECT A linked to PROJECT B. In the result I want to see list of issues from PROJECT A and linked issues to PROJECT B. I wanted to use linkedissue in the query, but it does not support wildcard. I have query written - project = A AND issuetype = "User Story" AND issue in linkedIssues(B-1). When I run this query I have 1 record , issue from project A linked to B-1. I want all the linked issues -
For example
A- 1 TEST SUMMARY links to B-1
A-2 Test summary links to B- 1
.
.
.
.
You can try the Script Runner's lnikedIssuesOf JQL function
https://jamieechlin.atlassian.net/wiki/display/GRV/Scripted+JQL+Functions#ScriptedJQLFunctions-linkedIssuesOf(Subquery,linkname)
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.