Help please.
When I update custom field "A" with value "Services", I would like to update custom field "B" with value from custom field "C" which exists from a linked ticket from another project.
Is there a way to achieve this via code in a Workflow Post-Function? If yes, could you please share the code here?
Thanks in advance.
Doods
Hello @Doods Perea
Workflow post-functions are only for workflow transitions and not anyway related to field updated. If you want to execute some logic when a field is updated then you need to write custom listeners. You can either write your own plugin or if you have Script runner installed then use that to write custom listener to implement the required logic.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Tarun Sapra for the quick response. I will review the links you provided here and come back with my findings.
Regards,
Doods
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.