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
- Host: GitHub
- URL: https://github.com/formigarafa/jira-integration
- Owner: formigarafa
- Created: 2016-11-30T04:23:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T01:34:45.000Z (about 9 years ago)
- Last Synced: 2025-02-17T06:26:55.791Z (over 1 year ago)
- Topics: command-line-tool, jira, jira-cli, jira-client
- Language: Ruby
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.