Hi Everyone,
The ask is:
- Automate the creation of a Sub-task (Subtask2) when a specific Sub-task (Let's call it Sub-task1) hits the DONE status.
- Make sure this new Subtask2 is set under the Task of the recently closed Sub-task.
This is the automation, but not working as of now. If anyone can give me a different approach or a solution.
Is there any log that rule presents showing the error? It should be working.
But with the automation log we can see other details and help you with the best way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The log explains that the type of issue you are trying to create is not a 'Sub-task' type and therefore cannot be associated as a 'Child Issue' of your subtask's parent.
To be more assertive in your automation, change the ACTION of your automation
Instead of Create Issue, use Create Sub-Task Action
You will only see item types acceptable as a sub-task, associated with this project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This actually worked, but now It's creating 2 sub-tasks under the parent instead of just one. The rule only has 1 action to create 1 task. I'm confused.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Disregard, I copied it and now it's not doing it. Thank you so much this worked!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Christian,
What if you did a clone of the one that moved to Done and identify the fields and their values that need to change?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am sorry I don't seem to understand the question.
did you mean to say why did I clone the subtask? as in what is the purpose?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, there as a typo in my question. I have corrected that now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I could clone but this sub-task is a custom one and it would have a different name.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's fine - just give it a different name in the Summary field when you are creating the Clone.
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.