I have a Story in an Epic. When this Story changes its status, I would like it to create a Task in the same Epic as my Story provided that this Task does not already exist.
Here is a screenshot of the automation. I block at the last condition: create a Task in the same Epic of my triggered issue if and only if this Task does not exist.
I use the Task Summary to check my condition. All ideas are welcome even if the automation needs to be completely revised.
Thank you for your help.
Hi @Tony Conteiro ,
As far as I got your requirement correctly the following rule should do the work. Some details for description:
the "current issue" branch will still refer to the trigger issue. Therefore I added another epic-branch to split up the 2 actions.
In the 2nd epic branch the rule checks if there is any task with a summary like "Documentation" within the epic via jql. If not the task will be created (see the 3rd screenshot) and added the epic link (copied from trigger issue as the story is the trigger and the task should be in the same epic).
Hope this was helpful and solves your problem.
Best
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
AWESOME 🎉 good to know you got that working 💪
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.