Using JIRA Automation, I would like the parent ticket's Component field to be updated to reflect the sub-tasks' Component's field values when first configured and modified.
Example:
I have attempted to use both the 'Set Value' and 'Copy From' operations unsuccessfully.
Hi @Brett Dains
One way to do this is with 2 rules:
The key for this to work is a stopping condition: you need to handle the case where none of the sub-tasks have components, or rule (2) will keep firing.
I was pondering another method used by storing the previous sub-task's component, but there do not seem to be any logical functions with smart value lists that would support that. If you can find one, maybe try that instead.
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.