add_github_project_sub_issue
Add a target issue as a sub-issue of a source issue in GitHub Projects, linking them within the same project without replacing an existing parent.
Instructions
Add target as a sub-issue of source. Never replace an existing parent. 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 |