Saving the value of a constant

Hi,

It’s probably really simple but I am trying to set the a drop down field (replica.tem) with a constant (‘Team A’) but I cannot find the correct syntax,

replica.team = “Team A”

Many thanks

It depends on the platform etc. but the following is hopefully a decent stab:

issue.customFields."Team".value = "Team A"

Hope it helps!

Thanks
Majid

p.s.: The word replica is reserved for the payload arriving from the remote side.