An open API service indexing awesome lists of open source software.

https://github.com/formigarafa/jira-integration

Jira command line client
https://github.com/formigarafa/jira-integration

command-line-tool jira jira-cli jira-client

Last synced: about 1 year ago
JSON representation

Jira command line client

Awesome Lists containing this project

README

          

# Jira Integration

Jira Command line client used to drive jira REST api.

## Usage:
```
jira-cli [options]
Commands:
jira-cli filter # print filtered issues
jira-cli filters # print current user existing filters
jira-cli help [COMMAND] # Describe available commands or one specific command
jira-cli issue # print information about specified issue
jira-cli issue_transitions # list available transitions for specified issue
jira-cli myself # print print information about current user
jira-cli show_filter # print information about the informed filter
jira-cli transition # transition a issue to another state

Options:
[--format=FORMAT] # output format for query commands: json, yaml, kv or tp
# Default: kv
```

## Installation:

clone repository
bundle install
edit config/environments.yml
add it to your PATH.

## Notes:
Still in development: but it will be finished very soon.
Expect change in the `issue` command params and output of all commands.