Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Using project A Epic to link project B Epics and list all of the project B Epics didn't linked to A

Eric Chen
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 2, 2019

Hi,

I would link to use project A Epics to link relate Epics from projects B. Do anyone have any suggestion to track project B Epic that doesn't linked by project A Epics? Need an easy way to review any Project B Epics miss to link.

I try to use below JQL functions but it makes me looks stupid.

project = A and issuetype = Epic and issue in linkedIssues("B-1") or issue in linkedIssues("B-2") or issue in linkedIssues("B-3")

Thanks.

1 answer

0 votes
Sreenivasaraju P
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 2, 2019

@Eric Chen ,

You can try with with script runner plug in. you can refer below links, it will help you on the required jql.

https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html#_linkedissuesof

eric
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 4, 2019

@Sreenivasaraju P ,

Thanks a lot, let me try it.

Suggest an answer

Log in or Sign up to answer