Reset a field
Availability
This feature is available for Jira server and cloud deployment options.
Required apps
Level: BASIC
Problem
We want to reset a field, for example components.
Solution
reset_comps.sil
string[] emptyComponents = {""};Â components=emptyComponents;
See also
- Copy field value from parent
- Default values of (system) fields on create screen
- Filter the users from a database
- Make a custom field required based on another custom field
- Restrict a select list to not show certain values
- Rolling summation or subtraction between parent and child fields
- Selecting users member of the reunion of 2 sets intersected with a third one
- Use Live Fields to initialise field values for a transition screen
- Using Database custom fields queries: IN clauses