Creates a new custom field definition.

POST

Creates a new custom field definition. This custom field definition can then be linked to project templates and to tasks.

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

Request

This endpoint expects an object.
namestringRequired=1 character

The name of the custom field definition.

typeenumRequired

The type of the custom field definition.

entity"task"Required

The entity the custom field definition can be linked to.

selectionOptionslist of objectsOptional

The selection options for the custom field definition. Can only be used if the type is ‘select’.

Response

OK

idstringOptional

The id of the custom field definition.

namestringOptional

The name of the custom field definition.

entity"task"OptionalDefaults to task

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.