Skip to content

Phase 2: Add `status` field to Slack incident creation modal

After "Add /gitlab incident declare slack slash command" is completed, we want to add a dropdown for incident status. The incident should be initialized with the provided status (should not trigger an update event for webhooks). Here's how that dropdown would look in the incident creation modal:

Screen_Shot_2022-10-03_at_11.51.34_AM

Note: This should be behind the :incident_creation_slash_command feature flag.

Scope:

  • Add dropdown to slack modal json
  • Parse status value from modal submission
  • Include status in issue creation

Supplemental details:

Edited by Amelia Bauerly