A filter that identifies a list of Epics

Hisamitsu Koga March 1, 2017

I want to create a filter that identifies a list of Epics that has an associated tickets (Issues in Epic) that are within an active sprint. I only want to return results that are Epics and not the linked tickets.
e.g.

  • An Epic (EPIC1) has a ticket (DEV1) listed under the 'Issues in Epic' section.
  • DEV1 has Active Sprint as SPRINT1
    I require:
  • EPIC1 to be returned within the search result.
  • DEV1 will not be returned within the search result.

How can I create a filter to realize this? Please someone provide me with actual JQL statement.

1 answer

0 votes
Sam Hall
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 2, 2017

Hi Hisamitsu,

As far as I know, the answer given here is still accurate: https://answers.atlassian.com/questions/203497/how-to-create-a-filter-that-returns-a-list-of-epics-that-has-at-least-one-story-within-an-active-sprint

It's not possible without an add-on.

Sam

Hisamitsu Koga March 5, 2017

Hi Sam,

 

Thank you for your answer.

Suggest an answer

Log in or Sign up to answer