Description
Hi,
When running jira sprint list, the board that gets used is the one configured in $HOME/.config/.jira/.config.yml. I understand that using --project (e.g., jira sprint list --project projectA) does not override this board configuration, which makes it difficult to list sprints from other projects.
Currently, the only workaround I’ve found is to manually edit the config file to switch the board, which becomes cumbersome when switching between multiple projects frequently.
Feature request:
It would be great to support an additional option, such as --board , in jira sprint list so that users can directly specify the board to use without having to change the global configuration.
This issue seems to be related to previous discussions and issues:
- jira sprint list only shows issues from one board #429 (comment)
- jira sprint list - empty #428
- questions about sprint command #599
- jira sprint list does not accept passing an arbitrary project string #474
Thanks again for the great work on this CLI — it’s been incredibly helpful overall!