Listing Epics for stories being worked on by a specific project team

Jennifer Beckwith March 5, 2019

I am trying to execute a query that will list all the Epics of a particular fixVersion which have stories being worked on by a specific project team. I am able to find all the stories, but cannot list the parent epics.

I am trying to use issueType = Epic AND issueFunction in EpicsOf(SUBQUERY) but don't know how to use the SUBQUERY capability.

1 answer

0 votes
Rambabu Patina _Appfire_
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.
March 5, 2019

Hi @Jennifer Beckwith , Welcome to the community.

Here SUBQUERY formation must be relevant to the stories.

For instance, if you want to list the epics which have open stories and assigned to a specific user.

Example JQL: issueType = Epic AND issueFunction in EpicsOf("status = open and assignee=testuser")

For more detials see epicsof documentation

Thanks,
Ram.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events