List issues in all projects
Is your feature request related to a problem? Please describe. There is a default project and you can also specify other projects to list issues in, but it is not possible to list issues for multiple or all projects it seems. Listing issues for one projects after another is tedious and also prone to missing issues.
Describe the solution you'd like
Be able to list issues in all projects by using a flag like e.g. --all-projects.
My workaround for this is to add project IS NOT EMPTY. For example:
jira issues list --history -q "project IS NOT EMPTY"
But I agree it would be nice if this were just an option.
Just chiming in to say that this surprised me when I started using jira-cli a day ago. We have many boards that we jump between during out work, and it confuses me that using -q is the only way.
Very much interested in this. A config option would be great as well. I do not by default want to discriminate between projects.