Hi!
I want to create subtasts automatically but only once. I created a rule to create several subtastks with the "manual" trigger.
The problem is that I wanted to add a condition so the subtasks only can be created the first time you action the rule, so the subtasks aren't duplicated, but I don't get how to configure that condition.
Any idea?
Thank you!!! I was searching something like this but I wasn't using the functions properly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Raquel Muñoz Gutiérrez and welcom among us!
I think you can add a hidden (or visible, your choice) numeric custom field and incorporate two steps into your automation.
This approach should help prevent duplicate executions of the rule. Let me know if you need further clarification!
Create a Numeric Custom Field:
Modify Your Automation Rule:
Trigger: Set the trigger as "Manual" (you already have this).
Condition: Add a Condition step right after the trigger:
{{issue.Subtask Created Flag}} != 1
1
.Actions:
1
.0
.You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Wow! Thank you so much! It's a simple and easy solution, I can't believe I didn't get to it myself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're very welcome, Raquel! Sometimes the simplest solutions are the hardest to spot when you're deep in the problem.
Don't hesitate to reach out if you have more questions or need help fine-tuning your automation.
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.