Automation

Eran Roiter November 29, 2022

Is it possible to build an automation that when an Epic is opened it will open a story, and then build additional automation that as soon as a story is opened subtasks will be opened?
I created the automation and they work separately, but I wanted it to happen together. When an Epic opens, a story will open and subtasks will open below it.

 

Thanks :) 

2 answers

1 accepted

1 vote
Answer accepted
Mikael Sandberg
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 29, 2022

Yes, that is possible. You either have to make sure that on the second automation that creates the sub-tasks that you check the rule tigger under rule details:

Rule trigger.png

Your other option is to use web request and set up the second rule to trigger on incoming webhook, that way you can call the second rule from the rule that creates the story.

0 votes
Eran Roiter November 29, 2022

Great, it worked! 

Suggest an answer

Log in or Sign up to answer