Skip to content

Comments

[cmd/list] enabled 'me' as filter for assignee/reporter#129

Merged
timonburkard merged 5 commits intomainfrom
feature/cmd/list/filter/enable-me
Jan 20, 2026
Merged

[cmd/list] enabled 'me' as filter for assignee/reporter#129
timonburkard merged 5 commits intomainfrom
feature/cmd/list/filter/enable-me

Conversation

@timonburkard
Copy link
Owner

No description provided.

This was already supported by `new` and `set` command:

```
git issue new <title> --reporter me --assignee me
git issue set <id> --reporter me --assignee me
```

'me' is automatically replaced with the current user
(`settings.yaml:user`).

So far this was not supported for reporter and assignee for the
`git issue list --filter` command.

This has now been implemented, so this also works now:

```
git issue list --filter reporter=me assignee=me
```

Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
@timonburkard timonburkard merged commit 6a8fd95 into main Jan 20, 2026
4 checks passed
@timonburkard timonburkard deleted the feature/cmd/list/filter/enable-me branch January 20, 2026 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant