| |
╰────────────────────────────────────────────────────────────────────────────────────────────────────╯
|
| |
```
|
| |
|
| + |
In case the list of issues is too long, we can also filter for issues that we created.
|
| + |
|
| + |
```
|
| + |
$ rad issue list --authored
|
| + |
╭────────────────────────────────────────────────────────────────────────────────────────────────────╮
|
| + |
│ ● ID Title Author Labels Assignees Opened │
|
| + |
├────────────────────────────────────────────────────────────────────────────────────────────────────┤
|
| + |
│ ● d87dcfe flux capacitor underpowered alice (you) good-first-issue now │
|
| + |
╰────────────────────────────────────────────────────────────────────────────────────────────────────╯
|
| + |
```
|
| + |
|
| + |
There's also an option to filter issues by key using the `--author` option.
|
| + |
|
| |
We can now assign ourselves to the open issue.
|
| |
|
| |
```
|