Type management
Create a new custom ticket type
POST
Authorizations
Enter JWT bearer token
Enter organization ID
Body
application/json
The name of the ticket type
Example:
"Bug"
The team id of the ticket type
Example:
"team_123"
The color of the ticket type
Example:
"#000000"
Link to the icon of the ticket type
Whether to auto assign the ticket type
Example:
true
Whether the ticket type is active
Example:
true
Response
201
application/json
Operation successful
The status of the response
The message of the response
The timestamp of the response
The response for create/update/delete ticket type operations