Automating email being sent out when all sub tasks are done?

kathryn basile November 25, 2024

Trying to set up an automation that will send out an email when all children issues are marked done on a task but it has not been moved to the done column on kanban. I have attached photos to show what I have so far. Is this correct? 

I am completely new to this so any help is greatly appreciated.Screenshot 2024-11-25 103710.pngScreenshot 2024-11-25 103837.png

1 answer

1 accepted

2 votes
Answer accepted
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 25, 2024

Hello @kathryn basile 

Welcome to the Atlassian community.

I would add a Condition after the trigger to check if the trigger issue's Issue Type is Sub-task (or "Subtask" if this is for a Team Managed project). The Branch for Parent would run if the trigger issue is another Issue Type that could have a parent, like a Story with an Epic as its parent, but the Condition in the branch to check the status of Sub-tasks would then fail.

Do you use more than one Status value to indicate an issue is complete, or is "Done" the only Status value you use for that?

What you have so far is correct. You just need to add the step to send the email.

kathryn basile November 25, 2024

Sorry if I am not being clear. We use a kanban board. Each parent issue has a series of child issues underneath it. With child issue we have in progress or done as the status. Hopefully this helps.

Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 25, 2024

Thank you for the additional information.

I would still recommend that you add a condition to check the issue type of the trigger issue:

Screenshot 2024-11-25 at 12.51.56 PM.png

 

And then all that remains is to add the Send Email action.

Screenshot 2024-11-25 at 12.52.40 PM.png

Like kathryn basile likes this
kathryn basile November 26, 2024

Thank you!

Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 26, 2024

You're welcome!

If your questions have been addressed please consider clicking the Accept Answer button to mark your post as Solved.

Suggest an answer

Log in or Sign up to answer