Forums

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

Story with multiple subtasks - automate notification to subtask assignees when any subtask done

Gail
Contributor
April 6, 2022

SCENARIO:

I have a story with multiple subtasks i.e. requirements, development, test.    Is it possible to automate this:

 

When subtask A completes --> notify assignee of Subtask B

 

I went through all the documentation I can find, but I didn't see anything like this.    This rule is applicable for ANY story with subtasks.

 

Thanks in advance.

1 answer

1 accepted

0 votes
Answer accepted
Stefan Salzl
Community Champion
April 6, 2022

Hi @Gail 

If this follows a standardized process and the subtask does have any special configuration to be detected then it might be possible. Without specifying the subtask into more details the automation rule just sees "subtasks".

The Question is:
How does the automation rule know which one of the subtasks to notify?

Best
Stefan

Gail
Contributor
April 6, 2022

So far my process is:

  • When anyone creates a STORY then an automation is triggered to create 4 subtasks

If I standardly named them like 1 - ABCD, 2 - EFGH, 3 - IJKL, and 4 - MNOP do you think I can use that in the new automation?

Stefan Salzl
Community Champion
April 7, 2022

Hi @Gail 

This is an example that worked on my side:

image.png

  • triggers when subtask with Summary 'ABC' is transitioned from 'in Progress' to 'Done'
  • checks for another subtask within same parent than trigger issue with summary that contains 'DEF'
  • adds comment to recently found issue (DEF) that mentiones the assignee of this issue

Please let me know if this helps.

Best
Stefan

Gail
Contributor
April 7, 2022

This is EXACTLY what I needed!   Thanks so much

Like Stefan Salzl likes this
Stefan Salzl
Community Champion
April 7, 2022

AWESOME 🎉

Suggest an answer

Log in or Sign up to answer