Update Issue
Issues
Update Issue
Update a triage issue. All fields optional.
PATCH
Update Issue
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Partial update. Send only the fields you want to change. Passnull for owner_id or assignee_id to clear them. Returns the full updated issue.
Headers
Your API key for authentication.
Path Parameters
Internal UUID of the issue.
Body Parameters
Send any combination of the fields below. Sending an empty body is allowed but a no-op.New title. 1-200 characters.
New description. Maximum 10,000 characters.
New status. One of
backlog, todo, in_progress, in_review, done, closed.New severity. One of
critical, high, medium, low.New category. 1-64 characters. The category does not need to exist in the Categories catalog beforehand, freely-typed values are accepted.
New owner. Pass a user ID to assign, or
null to clear.New assignee. Pass a user ID to assign, or
null to clear.Response
The updated issue. See Create Issue for the full field list.
null on success. Returns 404 if the issue does not exist or is not in your org. Returns 400 with { error: "bad_request" } if any field fails validation, the message lists each invalid path.Docs for agents: llms.txt