Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Automations - Can you set a notification when ALL stories in an epic complete?

Gail
Contributor
April 7, 2022

I have it working so any time any story in epic completes it notifies BUT.... can you set the rule to not trigger unless ALL stories are completed?    It may be a stretch.

 

Thanks

1 answer

1 accepted

1 vote
Answer accepted
Trudy Claspill
Community Champion
April 7, 2022

I haven't worked out all the details, but I think after triggering the issue you could use the lookup action and send the email in a condition based on the count of issues returned.

Your lookup action would execute a JQL for issues that are children of the epic and that meet the condition "statusCategory != Done".

This post references a youtube video that explains how to conditionally send an email based on the number of issues returned by a lookup action.

Bill Sheboy
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.
April 7, 2022

Hi @Gail 

Yes, and...to Trudy's answer:

To do what you asked, you would need a rule that triggered on an issue transition AND checked JQL to only trigger once; that does not exist.  Trudy's idea on checking for any non-done issues with a lookup issues seems like a great approach, although it will trigger any time an issue transitions.

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer