story-kit: queue 262_story_bot_error_notifications_for_story_failures for QA
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
---
|
||||
name: "Bot notifications when stories move between stages"
|
||||
---
|
||||
|
||||
# Story 261: Bot notifications when stories move between stages
|
||||
|
||||
## User Story
|
||||
|
||||
As a user, I want to receive bot notifications in the channel whenever a story moves between pipeline stages, so that I can track progress without manually checking status.
|
||||
|
||||
## Acceptance Criteria
|
||||
|
||||
- [ ] Bot sends a notification to the channel each time a story transitions between stages (e.g. upcoming → current, current → QA, QA → merge, merge → done)
|
||||
- [ ] Notification includes the story number, name, and the stage transition (from → to)
|
||||
|
||||
## Out of Scope
|
||||
|
||||
- TBD
|
||||
@@ -1,19 +0,0 @@
|
||||
---
|
||||
name: "Bot error notifications for story failures"
|
||||
---
|
||||
|
||||
# Story 262: Bot error notifications for story failures
|
||||
|
||||
## User Story
|
||||
|
||||
As a user, I want to receive bot notifications with an error icon in the channel whenever a story errors out (e.g. merge failure), so that I'm immediately aware of problems.
|
||||
|
||||
## Acceptance Criteria
|
||||
|
||||
- [ ] Bot sends an error notification to the channel when a story encounters a failure (e.g. merge failure)
|
||||
- [ ] Notification includes an error icon to distinguish it from normal stage-transition notifications
|
||||
- [ ] Notification includes the story number, name, and a description of the error
|
||||
|
||||
## Out of Scope
|
||||
|
||||
- TBD
|
||||
Reference in New Issue
Block a user