how to pull the list of Epics which has one or more user stories

Ramaiah Pendli May 22, 2017

Hi,

how to pull the list of Epics in a project which has one or more user stories linked to epic and user story having specific custoom filed value.

Note:- the JIRA query out put results should display only epics not a user stories.

1 answer

0 votes
Pedro Felgueiras
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.
May 22, 2017

If you have script runner you can use something like this 

 project = PROJECT_KEY and issueFunction in linkedIssuesOf("issuetype = Story", "has Epic") 

 

Suggest an answer

Log in or Sign up to answer