Update Issue

Use this API to update all details for a specific issue.

πŸ—’

Things to Know

  • The attributes parameter must be included in the request body but is not required to have values. If there are no attributes to send, pass an empty object {} in the following manner: "attributes": {}. However, if values exist for an attribute, you must include the values for each of those attribute to ensure the values are retained. Otherwise, they will be overwritten.
Path Params
uuid
required

The unique identifier of the issue. This value is obtained using the Get List of Issues API.

Body Params
string
required
length ≀ 300

The name that describes the issue.

uuid
required

The unique identifier of the organization associated with the issue.

string
enum
required

The priority level of the issue.

Allowed:
string
length ≀ 4000

The description of the issue.

date

The date by which the issue should be resolved.

ownerIds
array of uuids

The unique identifiers of the issue owners who will remediate the issue.

ownerIds
approverIds
array of uuids

The unique identifier(s) of the users assigned as approvers of the issue.

approverIds
string

The reason why the issue was closed.

string

The category of the issue.

string

The notes related to resolving the issue.

string

The remediation plan for the issue.

attributes
object
required

The details of the associated attributes.

Responses

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 1 required scope
URL
Response
Choose an example:
application/json
*/*