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.
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
Thanks a lot, let me try it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.