JQL - How can I get all Epics (from several projects) which has USs which assign to specific team ?

Ofira Daniel July 2, 2017

How can I get all Epics (from several projects) which has USs which assign to specific team ?

For example : I have Epic in Project A and USs under Project A / Project B , still all USs have same Epic (from Project A) . How can I get the Epic list (otherwise in Project B on Backlog I don`t see the Epic (only on the US detailed view)

 

Thanks 

1 answer

0 votes
somethingblue
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 7, 2017

Hi Ofira,

If you run a JQL query such as

issuetype = Epic and assignee = 'Your Team'

does that provide you the issues you want?

Cheers,

Branden

Suggest an answer

Log in or Sign up to answer