Sets custom field values for a project.
Required Permissions
Any authenticated user.Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
projectId
The id of the project.
Request
The list of custom field values to set.
customFieldDefinitionId
The custom field definition id.
userIdValue
The user id. The user id can be set for custom field type 'user'.
clientIdValue
The client id. The client id can be set for custom field type 'client'.
numberValue
The number value. The number value can be set for custom field type 'number'.
selectionOptionIdValue
The selection option id value. The id can be set for custom field types 'select' and 'coloredSelect'.
textValue
The text value. The text value can be set for custom field types 'text' and 'link'.
dateValue
The date value. The date value can be set for custom field types 'date' and 'datetime'.
booleanValue
The boolean value. The boolean value can be set for custom field type 'boolean'.
Response
No Content

