I am using Jira Work Management (Cloud) and a team managed project.
Via automation I can create 2 sub-tasks when the issue is transitioned.
User populates fields in the sub-tasks. What should happen then (and when the user edits the field) is that the field values should be copied to the corresponding field in parent issue.
I cannot use dynamic fields in the parent because I would need to change all the existing issues to have sub tasks which is not the case yet.
Is this possible?
Hello @Robert Ban
There are triggers for Automation Rules for Field Value Changed and for Issue Updated. You would use one of those to detect that the subtask was changed.
You would then add the following steps:
Condition: to check that the changed issue is a subtask
Branch: For Related Issues / Parent
Action: Edit issue - this will edit the parent of the subtask
set fields here to copy from Trigger issue
One question I would ask though is if your issue has multiple subtasks, wouldn't each subtask potentially overwrite information in the parent issue from other subtasks?
I second what Trudy said and have done similar things myself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Many thanks to you guys and sorry for the late response.
I haven't had time to check this out yet and will do once I am back from leave on the 8th of August. Will let you know.
Each subtask is assigned to a different team and only includes the fields relevant to them so no no risk to overwrite anything.
Many thanks,
Robert
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.