storkit: create 435_story_unblock_command_handles_all_stuck_states_not_just_blocked_flag
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
name: "Unblock command handles all stuck states not just blocked flag"
|
||||||
|
---
|
||||||
|
|
||||||
|
# Story 435: Unblock command handles all stuck states not just blocked flag
|
||||||
|
|
||||||
|
## User Story
|
||||||
|
|
||||||
|
As a project owner, I want the unblock command to clear any stuck state on a story — not just the blocked flag — so that I have a single command to unstick stories regardless of why they're stuck.
|
||||||
|
|
||||||
|
## Acceptance Criteria
|
||||||
|
|
||||||
|
- [ ] Unblock clears merge_failure field in addition to blocked flag
|
||||||
|
- [ ] Unblock clears review_hold field
|
||||||
|
- [ ] Unblock reports which fields were cleared in the confirmation message
|
||||||
|
- [ ] Unblock works on stories in any pipeline stage (backlog, current, qa, merge, done)
|
||||||
|
- [ ] If no stuck state is found (no blocked, merge_failure, or review_hold), returns a clear message saying so
|
||||||
|
|
||||||
|
## Out of Scope
|
||||||
|
|
||||||
|
- TBD
|
||||||
Reference in New Issue
Block a user