remove_github_project_sub_issue
Removes a target issue from a source issue's sub-issues without deleting either issue, keeping GitHub Projects relationships accurate.
Instructions
Remove target from source's sub-issues. Does not delete either Issue. Single relationship only. Both Issue items must belong to the same authorized Project. Requires an authenticated actor with project.write and item.relationship.write plus the global write gate. Re-reads both directions and persists audit, including no_change. Do not retry failures automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | ||
| number | Yes | ||
| sourceItemId | Yes | ||
| targetItemId | Yes |