Update Issue
Update an issue’s workflow fields. All provided fields are updated atomically. Only include fields you want to change - omitted fields remain unchanged. When closing an issue, you must provide a closeReason.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
The unique identifier for an issue in Method
Request
This endpoint expects an object.
status
New status for the issue
severity
New severity level for the issue
closeReason
Reason for closing the issue (required when status is CLOSED)
comment
Optional comment to record with this change
Response
This endpoint returns an object.
id
The unique identifier for an issue in Method
issueDetailsLink
environmentId
The unique identifier for an environment in Method
environmentName
description
remediation
status
severity
affectedObjectId
The unique identifier for an object in Method
affectedObjectTitle
affectedObjectDetailsLink
closedReason
validationStatus
Errors
404
Issue Does Not Exist Error