Hello, I thought this rule was going to be a little more simple, but I'm running into an issue. I am trying to use Automation to create a sub-task in a story, when another sub-task in that same story is marked "Done". I've attached the screenshot of the steps and the error message. It works if I create just a task, but seems to error with creating a subtask within the same story? Any help is appreciated!
Hello @Steven Johnson
Your rule is trying to create a sub-task under the issue that triggered the rule, which is itself a sub-task. A sub-task cannot have a child sub-task.
You need to add a branch to get to the triggering sub-task's parent, and then create the new sub-task in that branch.
Hot dang!! I swear I thought I tried branching it out, but I obviously did something wrong (which I'm very much accustomed to by now) when I tried.
That worked perfectly, thanks!!!
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.