egegunes / egegunes/redmine-cli
Allow filtering issues with multiple projects, statuses etc.
Open
enhancement
- Dominant language
- Python
- Stars
- 23
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Right now `redmine issues` allows only filtering with one project, one status, one tracker etc... It should allow options like `redmine issues --project 1 2` or `redmine issues --project 1 --project 2`. I'm not sure about the first, but Click supports the [latter](https://click.palletsprojects.com/en/7.x/options/#multiple-options).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.