Dashboard

ruthvik June 6, 2022

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

1 answer

1 accepted

1 vote
Answer accepted
Fabio Racobaldo _Herzum_
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 7, 2022

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

ruthvik June 7, 2022

Both Epics from project A and Stories from Project B,C,D linked to A need to come

Suggest an answer

Log in or Sign up to answer