Creates a new custom field definition.
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 haveproject-manage-config:write
permissions.Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The name of the custom field definition.
The type of the custom field definition.
The entity the custom field definition can be linked to.
The selection options for the custom field definition. Can only be used if the type is ‘select’.
Response
OK
The id of the custom field definition.
The name of the custom field definition.
The entity the custom field definition can be linked to.
The type of the custom field definition.
The date this entity was created.
The id of the user who created this entity.
The date this entity was last modified.
The id of the user who last modified this entity.