...
Info |
---|
...
|
Table of Contents |
---|
| |
This feature is available for Jira server and cloud deployment options. |
Info | ||||
---|---|---|---|---|
| You will need the following JIRA plugins:
| |||
Level: BASIC |
Problem
We want to reset a field; , for example components.
Solution
...
Code Block | ||
---|---|---|
| ||
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