sentry-cli
sentry-cli copied to clipboard
List issues
Hi all :wave:
with this PR I suggest to add the sentry issues list
command to show the list of issues bases on a query. This is similar to events list
but showed as below:
sentry-cli issues list --query="is:unresolved"
+------------+-----------+------------------------+-----------------------------+------------+-------+
| Issue ID | Short ID | Title | Last seen | Status | Level |
+------------+-----------+------------------------+-----------------------------+------------+-------+
| 1 | SE-API-1 | Example | 2022-10-05T00:00.856565Z | unresolved | error |
+------------+-----------+------------------------+-----------------------------+------------+-------+
#skip-changelog