Creates a custom field selection option for an existing custom field definition.

POST
Required Permissions: The user must be an admin or have project-manage-config:write permissions.

Path parameters

customFieldDefinitionIdstringRequired
The id of the custom field definition.

Request

This endpoint expects an object.
valuestringRequired
The selection value which can be used in a select custom field.
orderdoubleRequired
The order of the custom field selection option.
colorenumOptional
The color of the selection option.

Response

This endpoint returns an object.
idstringOptional
The id of the custom field definition.
namestringOptional
The name of the custom field definition.
entity"task"Optional
The entity the custom field definition can be linked to.
typeenumOptional
The type of the custom field definition.
createdOndatetimeOptional
The date this entity was created.
createdBystringOptional
The id of the user who created this entity.
updatedOndatetimeOptional
The date this entity was last modified.
updatedBystringOptional
The id of the user who last modified this entity.