Skip to main content
Update one or more incidents in bulk.
External DocumentationTo learn more, visit the Vega documentation.

Parameters

ParameterDescription
Assignee EmailsA comma-separated list of user emails to assign to the incidents.
CommentThe comment to append after all other changes are applied.
Incident IDsA comma-separated list of incident IDs to update. Can be obtained using the List Incidents action.
Remove Or Edit AssigneesSelect whether to remove all assignees or edit the assignee list.
SeveritySelect the severity to set on the incidents.
StatusSelect the status to set on the incidents.
VerdictSelect the verdict to set.
Verdict ReasoningThe reasoning for the verdict being applied.

Example Output

{
	"data": {
		"updateIncidents": {
			"incidents": [
				{
					"incidentId": "<string>",
					"incidentName": "<string>",
					"status": "NEW",
					"assignees": [
						{
							"userId": "<string>",
							"displayName": "<string>",
							"email": "<string>"
						}
					],
					"verdict": "NA",
					"verdictReasoning": "<string>",
					"updatedAt": "2024-01-15T09:30:00Z",
					"assignee": {
						"userId": "<string>",
						"displayName": "<string>",
						"email": "<string>"
					}
				}
			],
			"errors": [
				{
					"code": "<string>",
					"message": "<string>"
				}
			]
		}
	}
}

Workflow Library Example

Update Incidents with Vega and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop