jira-cli icon indicating copy to clipboard operation
jira-cli copied to clipboard

List issues in all projects

Open jclsn opened this issue 1 year ago • 3 comments

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.

jclsn avatar Aug 14 '24 09:08 jclsn

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.

glucas avatar Aug 23 '24 21:08 glucas

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.

GreenEnergyBeam avatar Sep 17 '24 08:09 GreenEnergyBeam

Very much interested in this. A config option would be great as well. I do not by default want to discriminate between projects.

george-armstrong-ctct avatar Oct 19 '25 22:10 george-armstrong-ctct