I am working on Jira Automation rule, where we create tasks (create new issues) based on some label (ex: abc) in an epic (ex: xyz)
when person named John, added the label abc in xyz epic, it will create task1, task2, task3. I want to assign the tasks to John.
how can I do that?
I am developing a Jira Automation rule to create tasks whenever a specific label (for example, "abc") is added to an epic (for example, "xyz").
When a user named John adds the label "abc" to the epic "xyz," I want the automation to create task1, task2, and task3 and assign these tasks to John. How can I achieve this?
Hi Raga,
Can you share the automation rule? All of us Johns want to see it. :-)
And I suggest you assign all of the tasks to Jack.
In the task creation, I want to set the reporter as the one who added the label.
#reporter1 - I cant see and set the option to set who initiated the change
#reporter2 - no option I can think of to get the desired results
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are doing two checks/conditions back to back that contradict each other. Your rule with never make it past them. Those should probably be IF/ELSE conditions and then move the Create Issue actions under the appropriate condition.
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.