ankitpokhrel / jira-cli

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

How can I get jira status list? #676

Closed Wangggym closed 8 months ago

Wangggym commented 11 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.

In my project, I use github-cli and jira-cli to complete the quick workflow. See https://github.com/Wangggym/quick-workflow and I want to get the Jira status list in different project.

Describe the solution you'd like

like is better:

jira project status list xxx

and return:

['In progress','Done']

Describe alternatives you've considered

Additional context

Wangggym commented 11 months ago

@ankitpokhrel

ankitpokhrel commented 8 months ago

Hi @Wangggym, this is not directly possible from the tool yet. You will have to make an API call to get the status list.