sentry-cli icon indicating copy to clipboard operation
sentry-cli copied to clipboard

List issues

Open boozec opened this issue 2 years ago • 0 comments

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

boozec avatar Oct 05 '22 19:10 boozec