foxythemes / jira-cli

A jira user friendly command line client
https://jiracli.com
MIT License
205 stars 40 forks source link

Transition name is ignored when passed to `jira i <name> --transition` #38

Closed dancrumb closed 4 years ago

dancrumb commented 5 years ago

I would expect the following command to transition my issue to "In Progress"

jira i OHANA-1105 --transition "In Progress"

However, it does not... I am just presented with a list of transitions and can select one.

dancrumb commented 4 years ago

Just a gentle nudge on this.

I'm happy to provide development assistance as automating our JIRA workflow is a valuable thing to us.

miguelmich commented 4 years ago

@dancrumb sure, PRs are always welcome :)

dancrumb commented 4 years ago

PR #39 is ready for your review 🙂

Trimud commented 4 years ago

Hi @miguelmich,

can we get this PR merged, please? It's a blocker for me to use this package in the context of Github Actions for example.

Thank you

oscardemoya commented 4 years ago

Hi @miguelmich When there would be a new release so we can get this fix from npm?