Hello team.
I would like to synchronize attachments between parent task and its subtasks and vice versa. Trying with Automation Rules (JWT) but nothing happens. Also, tried with Automation for Jira Pro result is the same.
I think, there are no problems with the automation itself because for other fields, and even for comments everything works correctly.
Maybe there are other ways of sync between tasks? Maybe any example of related script?
Thank you in advance.
The problem with this rule is that, to update the Attachments (only new attachments will be added) virtual field, you have to write the Issue key from which to get the new attachments.
So, in this case, you should use the Issue key's field code instead, just like this:
%{trigger.issue.key}
The rest of your automation rule looks great!
I hope this helps.
Cheers,
Sergio.
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.