The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We Have project A and epics created in it. Later we have linked stories from other project B,C,D,E,F etc. To drag epics in project A and Stories linked to those epics from project B,C etc what JQL query can be used in Script runner Plugin to get these epics and stories from other projects
Hi @ruthvik ,
welcome to the Atlassian community!
Try to use the following JQL :
issue IN issuesInEpics('project = A AND issuetype = Epic') OR (project = A AND issuetype = Epic)
Hope this helps,
Fabio
Both Epics from project A and Stories from Project B,C,D linked to A need to come
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.