https://github.com/chaseconey/jira-cli
A simple Jira command-line interface
https://github.com/chaseconey/jira-cli
Last synced: 4 months ago
JSON representation
A simple Jira command-line interface
- Host: GitHub
- URL: https://github.com/chaseconey/jira-cli
- Owner: chaseconey
- License: mit
- Created: 2015-05-05T20:20:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-01T20:04:02.000Z (about 10 years ago)
- Last Synced: 2025-01-13T08:46:23.766Z (6 months ago)
- Language: PHP
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## jira-cli
[](https://styleci.io/repos/35121919/)
[](https://packagist.org/packages/chaseconey/jira-cli) [](https://packagist.org/packages/chaseconey/jira-cli) [](https://packagist.org/packages/chaseconey/jira-cli) [](https://packagist.org/packages/chaseconey/jira-cli)A very simple command-line interface to your Jira instance.
*In Development*
### Quickstart
*As of right now, these lines are required in your global composer json due to dependency issue*
```json
{
"minimum-stability": "dev",
"prefer-stable": true
}
```* Install globally via composer
`composer global require "chaseconey/jira-cli=~0.1"`
* Initialize config file
`jira init`
* Setup necessary config options (all are required)
`vim ~/.jira-cli/.env`
* Run commands!
### Example commands
Perform full-text searches through the search command:
`jira search "some interesting search"`
Get detailed information about a specific issue:
`jira key PROJ-1`
Get detailed information with all of the associated comments:
`jira key PROJ-1 --comments`