keepcosmos / terjira

Terjira is a very interactive and easy to use CLI tool for Jira.
MIT License
884 stars 38 forks source link

Adding priority command for issues #66

Closed tomerbenrachel closed 2 years ago

tomerbenrachel commented 6 years ago

To allow users to change priority of JIRA issue we have added logic in issue.rb and issue_cli.rb.

This PR references issue #64

P.S. We wanted to add unit tests to check this ability, but struggled with the current available options in the test unit.

ghosteathuman commented 4 years ago

@tomerbenrachel Are you still interested to merge this in? Can you update the code to ensure all checks are passing first?