/peekj

Primary LanguageRubyMIT LicenseMIT

Peekj

Command line interface to interact with Jira's API.

Installation

Add this line to your application's Gemfile:

gem 'peekj'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install peekj

Usage

Enter Jira credentials and app url:

$ peekj login

Fetch issue summary:

$ peekj summary ISSUE-KEY

Fetch issue summary from current branch name:

$ peekj summary --current_branch

Add comment to issue (also works with --current_branch)

$ peekj comment ISSUE-KEY

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ericlarosa/peekj. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Peekj project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.