Dear community,
We'd like to display the epic from project A also in project B. We can assign user stories to an epic from project A, but the epic is only displayed as a label. This is already good, but we'd like to see the epic in the "epic column". It should be dynamic. The epic from project A should appear in the "epic column" of Project B If a task from Project B is assigned to an epic from Project A.
Someone an idea how we can make this happen?
To pull in all Epics of project A you would need to extend your filter with current JQL + or (project = A and issuetype = Epic ).
If you only want to include Epics from A that have children from B, you'd likely need to invest in an app. I believe the Enhanced Search plugin would allow you to do this using the parentsOf function.
Thanks for the quick answer @Kian Stack Mumo Systems
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.