Package Exports
- jira-cli
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jira-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
jira-cli
This is a command line client for jira, because no one likes their terrible interface.
Getting Started
Install the module with: npm install jira-cli
What does it do?
- Lists all a users's issues
- Finds an issue by Key (AB-123) or Id (123456)
- Opens an issue in your project (from .jiraclirc.json)
- Resolves an issue (sets transition to '5')
TODO
- Allow searching to be limited by project id
- Allow user to add a new ticket to different projects
- Pull down transition states and Issue types for dynamic creation/transitioning
Documentation
Examples
jira -l
jira -f AB-123
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.
Release History
0.1.2 Moar Minor Doc Changes 0.1.1 Minor Doc Changes 0.1.0 Initial Release
License
Copyright (c) 2012 Chris Moultrie
Licensed under the MIT license.