ankitpokhrel / jira-cli

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

Allow search for issues of all projects #741

Open beatbrot opened 1 month ago

beatbrot commented 1 month ago

This is a very quick & rough implementation that allows us to search for issues in all projects by passing an empty string as project.

It effectively allows us to run jira issue list -p "" and get issues of all projects:

KEY     SUMMARY
BB-1    My fist story
AA-9    As a developer, I'd like to update story status during the sprint