cli/pkg/cmd/issue/edit
Kynan Ware dbe8e34121 Overwrite existing parent on --add-sub-issue
A sub-issue can have only one parent, so when --add-sub-issue is given
a candidate that already belongs to another parent the addSubIssue
mutation 422s with "Sub issue may only have one parent". Pass
replaceParent: true on this path so the take-over is silent.
2026-05-12 21:35:50 -06:00
..
edit.go Rename Editable.Allowed to Selectable 2026-05-12 21:18:18 -06:00
edit_test.go Overwrite existing parent on --add-sub-issue 2026-05-12 21:35:50 -06:00