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.
Want to make your everyday Community actions directly contribute to reforestation? The Atlassian Community can achieve this goal by liking a post, attending an ACE, sending your peers kudos, and so much more!
Help us plant more trees
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.