Skip to main content

CreateCustomField creates a new custom field definition.

POST 

/api/v1/ticketing/custom-fields

Custom fields extend tickets with organization-specific data. Once created, the field is available on all tickets.

Important Notes

  • Field keys cannot be changed after creation
  • Field types cannot be changed after creation

Errors

  • INVALID_ARGUMENT: Invalid key format or missing options for dropdown
  • ALREADY_EXISTS: Field with this key already exists
  • PERMISSION_DENIED: Caller lacks customfield:admin permission

Request

Responses

A successful response.