Update the Value of Custom Fields through the Script Console
Overview
Update the value of custom fields. You can edit as many custom fields or system fields as you need. This is equivalent to doing an Edit operation in the user interface.
Good to Know
- Multiple different custom field types are demonstrated here including select lists, project pickers, user pickers, checkboxes, radio buttons, etc.
- This is not the way to update field values in a post-function, for that case use
issue.set { ... }