cli/pkg/cmd/issue/view
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
..
fixtures Fix redundant API call in gh issue view --comments (#12606) 2026-02-09 15:31:55 +05:30
http.go Fix redundant API call in gh issue view --comments (#12606) 2026-02-09 15:31:55 +05:30
view.go refactor: extract shared helpers for issue ref resolution and type lookup 2026-04-30 08:49:43 -06:00
view_test.go test: add comprehensive tests for Issues 2.0 features 2026-04-30 08:49:43 -06:00