JSPM

  • Created
  • Published
  • Downloads 175
  • Score
    100M100P100Q74257F

The best project ever.

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 user's issues
  • List all a user's projects
  • Finds an issue by Key (AB-123) or Id (123456)
  • Opens an issue in your project (from .jiraclirc.json)
  • Transitions an issue (shows all available transition states)

TODO

  • Allow searching to be limited by project id
  • Allow user to add a new ticket to different projects

Documentation

GitHub 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.6 Transitioning now shows all available options
  • 0.1.5 Listing Id for project
  • 0.1.4 Listing Types in Create
  • 0.1.3 Listing Projects
  • 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.