ankitpokhrel / jira-cli

🔥 Feature-rich interactive Jira command line.
MIT License
3.73k stars 178 forks source link

Jira issue list option to view only "my" issues #681

Open jerome-ibanes opened 7 months ago

jerome-ibanes commented 7 months ago

Please consider opening a discussion in ideas category if applicable. Your feature will be prioritized on based on the number of votes.

Is your feature request related to a problem? Please describe.

It would be nice to have an option in "jira issue list" to only view "my" issues.

Describe the solution you'd like

Ideally some key binding "o" to toggle viewing only "my" issues vs "all" issues?

Describe alternatives you've considered

Additional context

ankitpokhrel commented 5 months ago

Hi @jerome-ibanes, you can do jira issue list -a$(jira me) to list all issues assigned to you. Regarding doing this directly from the TUI, this is not possible at the moment. I am going to work on some UI improvements this year that will hopefully solve this issue.