I want to synchronize specific fields between the main requests and the cloned requests. So, after cloning, if there is a change in the fields, they should be updated accordingly in the cloned request.
I don't want all fields to be synchronized; I want to specify them.
I am looking forward to any suggestions
Thank you,
Hello @Arooba Al Siyabi
You can make an automation that does this. You can use the field value change trigger and specify the fields you want to synchronize as the the trigger fields. Then you can create a for branch on linked issues and specify "cloned". Then, set all desired synchronized field values to match the trigger issue.
Hope this helps,
Christian
Hi @Christian ,
Could you help me with the last part? How can I define the value of the trigger issue to set them on the field of the cloned one?
on this part:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello
You can use the {{triggerIssue}} smart value. Below is an example
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.