Skip to content

Commit 407015d

Browse files
authored
fix(issue-list): auto-recover when user passes issue short ID instead of project slug (#750)
## Summary - When a user runs `sentry issue list ARMAX-3E`, the CLI now auto-recovers instead of throwing a `ResolutionError` - Detects the issue short ID early in `func()`, resolves it via `resolveIssue()`, and shows it as a single-item list result with a warning and a hint toward `sentry issue view` - Follows the established auto-recovery pattern from `event/view` and `trace/view` commands Fixes CLI-159
1 parent 987550f commit 407015d

2 files changed

Lines changed: 101 additions & 69 deletions

File tree

0 commit comments

Comments
 (0)