Skip to main content

Update Issue Status

Required scope: update:issues

Execute the UpdateIssue mutation to update the status of a specific Issue that represents a problem found in a certain tenant object (like repo, user, db, etc).

Note

Repeatedly running this action in loops can cause a decline in the performance of your Wiz tenants.

Parameters

ParameterDescription
Issue IDUpdate a Wiz Issue with this specific ID.
StatusUpdate the status of the Issue.
Possible values: OPEN, IN_PROGRESS, REJECTED.

NOTE: Wiz automatically updates Issues to RESOLVED during the scan cycle. You cannot manually update an Issue to RESOLVED.

Workflow Library Example

Update Issue Status with Wiz and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop