feat(FN-4378): complete Step 7 — document github issue delete actions
Fusion-Task-Id: FN-4378 Fusion-Task-Lineage: d3867ba8-f852-41e3-9db0-584c0ffc23b1
This commit is contained in:
@@ -1153,3 +1153,12 @@ import { InsightsView } from "./components/InsightsView";
|
||||
}}
|
||||
/>
|
||||
```
|
||||
|
||||
## GitHub tracking issue handling on task delete
|
||||
|
||||
When deleting a task that has an active linked GitHub tracking issue, the dashboard prompts for one of three actions:
|
||||
- **Close issue** (default behavior for API callers that do not pass an explicit action)
|
||||
- **Delete issue** (requires gh CLI authentication)
|
||||
- **Leave issue unchanged**
|
||||
|
||||
This choice is sent as `githubIssueAction` through the delete-task API and propagated to the tracking-state service.
|
||||
|
||||
Reference in New Issue
Block a user