cli/pkg/cmd/issue
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
..
argparsetest Document TestArgParsing 2025-04-17 15:33:44 +02:00
close Remove StateReason feature detection for issue close 2026-03-04 13:31:30 -07:00
comment Add --delete-last option to pr comment and issue comment (#10596) 2025-05-01 14:12:55 +01:00
create Apply deferred update mutations in parallel for gh issue create 2026-05-12 20:18:53 -06:00
delete Issue delete early arg parsing 2025-04-17 15:27:39 +02:00
develop Simplify progress indicators in issue develop 2026-03-02 17:01:57 +05:30
edit Overwrite existing parent on --add-sub-issue 2026-05-12 21:35:50 -06:00
list Move --type into the search Qualifiers 2026-05-12 20:40:02 -06:00
lock Issue lock early arg parsing 2025-04-17 15:27:39 +02:00
pin Issue pin early arg parsing 2025-04-17 15:27:39 +02:00
reopen Issue reopen early arg parsing 2025-04-17 15:27:39 +02:00
shared Apply deferred update mutations in parallel for gh issue edit 2026-05-12 19:38:55 -06:00
status Move config interfaces into gh package (#9060) 2024-05-10 10:39:36 +02:00
transfer test(issue transfer): update stub for IssueRepositoryInfo query 2026-03-09 11:49:44 +00:00
unpin Issue unpin early arg parsing 2025-04-17 15:27:39 +02:00
view Show Issues 2.0 fields in non-tty view output 2026-05-12 14:06:23 -06:00
issue.go Group PR, release, and repo subcommands 2022-12-21 14:47:59 +01:00