External DocumentationTo learn more, visit the Vega documentation.
Parameters
Example Output
Workflow Library Example
Update Incidents with Vega and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Assignee Emails | A comma-separated list of user emails to assign to the incidents. |
| Comment | The comment to append after all other changes are applied. |
| Incident IDs | A comma-separated list of incident IDs to update. Can be obtained using the List Incidents action. |
| Remove Or Edit Assignees | Select whether to remove all assignees or edit the assignee list. |
| Severity | Select the severity to set on the incidents. |
| Status | Select the status to set on the incidents. |
| Verdict | Select the verdict to set. |
| Verdict Reasoning | The reasoning for the verdict being applied. |
{
"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>"
}
]
}
}
}
Was this page helpful?