Is there a way to automatically close an EPIC when all linked issues are resolved?

Donna Rochard April 24, 2017

Is there a way to automatically close an EPIC when all linked issues are resolved?

 

1 answer

1 vote
Connor
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.
July 6, 2022

Yup, this can be done using Jira automation, take a look through Atlassian's automation template library for inspiration. Here's a simple example:

  • Trigger: When Issue transitioned to Done
  • Branch rule/related issues: For Epic (Parent)
  • Condition: Status does not equal Done
  • Condition: Stories (or other issues in this Epic) match status equals Done
  • Action: Then transition the issue to Done

Suggest an answer

Log in or Sign up to answer