cli/pkg/cmd/issue/edit
Kynan Ware ddb2fce07b refactor: extract shared helpers for issue ref resolution and type lookup
Address code review findings:

- Extract resolveIssueRef into shared.ResolveIssueRef (was duplicated
  between create.go and edit.go)
- Extract issue type name→ID resolution into shared.ResolveIssueTypeName
  (was duplicated between create applyIssueTypes and edit applyEditIssueType)
- Fix double import of issue/shared in view.go

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-30 08:49:43 -06:00
..
edit.go refactor: extract shared helpers for issue ref resolution and type lookup 2026-04-30 08:49:43 -06:00
edit_test.go test: add comprehensive tests for Issues 2.0 features 2026-04-30 08:49:43 -06:00