The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Which post function to prefer?

Michael O.
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 16, 2016

We have Script Runner installed, so when I want to set the value of a custom field in a post function I seem to have two choices: a) Update Issue Custom Field or b) Set Field Value to constant or Groovy expression.

Which one should I use for this simple case, any difference in performance?

If I need to set multiple custom field values, is it better to have let's say 4 simple post functions of type a) one for each field, or should I combine all 4 into one groovy script using a Script Post-Function?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Randy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
December 16, 2016

Honestly if i can get by with using the built in "Update Issue Custom Field" post function i'd use that over the SR solution b/c it'd be easier to maintain and clearer when you look at the post function list what's happening on transition.