Custom Field Administration Routines
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !
This section contains routines that enable users to handle custom field administration. |
Routines summary
- admAddCustomFieldAlias — Adds a custom field alias in the sil.aliases file.
- admAddCustomFieldOption — Adds a new custom field option to options list for the specified context. If the context does not exist, it will be created.
- admAddFieldToScreen — Adds a field(custom field or system field) to a screen.
- admCreateCustomField — Creates a new custom field, offering support also for setting its context and searcher.
- admDeleteCustomFieldOption — Delete an option from the options list for the specified context.
- admGetCustomFieldOptions — Retrieves the option list of a custom field for the specified context (projects and issue types).
- admGetFieldConfigurationScheme — Returns the project field configuration scheme.
- admSetCustomFieldOptionEnabledState — Updates the enabled/disabled state of a specific custom field option for the specified context. If the context does not exist, it will be created.
- admSetFieldConfigurationScheme — Updates the project field configuration scheme.
- admUpdateCustomFieldOptions — Updates custom field options for the specified context. If the context does not exist, it will be created.