I found a solution
In the "Then" item "Clone task" in the "Parent" field, write {{subtask}}
Try to explain it again. There is a task, it has subtasks. I need to transfer the status of a Subtask to, say, "In progress", and under this condition, the subtask for which I changed the status should be cloned there, with the same parameters and data. By changing only the task type field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @AkLike,
You can definitely automate this sort of thing in Jira using automation rules!
Project settings > Automation
You'll essentially want to set up a rule that triggers when a subtask's status changes to a specific status, and the action to clone the subtask.
For more detailed instructions and configuration options, check out Atlassian's automation documentation: https://www.atlassian.com/software/jira/guides/automation/overview#what-is-automation
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @AkLike
It sounds like you might be running into some confusion with how Jira handles Tasks and Sub-tasks within automation.
To make sure we're on the same page, could you clarify a few things?
A screenshot of your current automation rule configuration would also be super helpful in troubleshooting this!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @AkLike
Thanks for providing the screenshot and clarifying your goal! It looks like you want to automatically create a new "Back-end" sub-task whenever a parent task transitions to the "Integration" status.
While it's technically possible to clone the existing "Back-end" sub-task using automation, I'd recommend using the "Create sub-task" action instead. Here's why:
Here's how you can configure the automation rule:
Automation Rule Configuration
Trigger:
Condition:
Action:
This rule will trigger whenever a Task transitions to "Integration". The condition ensures that a new "Back-end" sub-task is only created for parent tasks of that type.
Give this a try and let me know if you have any questions!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your rule will only work if the main task (which has subtasks) is transferred to the status I need, right?
But I need to transfer the status in the subtask and have it cloned
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try to explain it again. There is a task, it has subtasks. I need to transfer the status of a Subtask to, say, "In progress", and under this condition, the subtask for which I changed the status should be cloned there, with the same parameters and data. By changing only the task type field.
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! Glad my suggestions could help point you in the right direction
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.