This gem adds support for JIRA to Errbit.
Add this line to your application's Gemfile:
gem 'errbit_jira_plugin'
And then execute:
$ bundle
Or install it yourself as:
$ gem install errbit_jira_plugin
You will need to generate an API token for use with the account you connect to JIRA. You can learn about these tokens on this confluence page, which will link directly to the API token creator here. It may be prudent to create a dummy users on JIRA and use it's API token rather than any one person's personal API token.
- Fork it ( https://github.com/[my-github-username]/errbit_bitbucket_plugin/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request