Update a ticket (partial)
PATCH/v1/projects/:projectId/tickets/:id
Partial update: send only the fields you want to change (at least one is required). assigned_to sent as null unassigns; tags replaces the tag set; form_values upserts only the submitted custom fields (no required enforcement). Multi-valued fields (checkbox, select, autocomplete) must be sent as an array even for a single value (["option-1"]); a scalar is rejected with 422. Requires api_user|ticket_update.
Request
Responses
- 200
- 401
- 403
- 404
- 422
Updated
Unauthenticated
Missing permission
Not found
Validation error