CLI - Commands for Incidents
Incidents
Incidents are a GitLab Issue type. issue_type
can be converted back and forth from incident to issue. Incidents include some extra features:
- Severity: Critical, High, Medium, etc.
- Status: Triggered, Acknowledged, Resolved.
- Timeline events (see below).
Possible commands
- View the incident list feat: add incident list command (cli!1077 - merged),
📹 demo - View an incident's details
- Create an incident
- Change an incident's severity (needs GraphQL)
- Change an incident's status (I think needs GraphQL)
- Change an incident's assignee
Edited by Alana Bellucci