Sha256: 6e05adfda84a475a020afd6e337d6e2506d4923e7864f75f6af4add8f1a11794
Contents?: true
Size: 622 Bytes
Versions: 1
Compression:
Stored size: 622 Bytes
Contents
# danger-jira [![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)](LICENSE.txt) [![Gem](https://img.shields.io/gem/v/danger-jira.svg?style=flat)](https://rubygems.org/gems/danger-jira) A [Danger](https://github.com/danger/danger) plugin for that links JIRA issues to pull requests. Inspired by [danger-plugin-jira-issue](https://github.com/macklinu/danger-plugin-jira-issue) ## Installation Add this line to your Gemfile: ```rb gem 'danger-jira' ``` ## Usage ```ruby jira.check( key: ["KEY", "PM"], url: "https://myjira.atlassian.net/browse" fail_on_warning: true ) ``` ## License MIT
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
danger-jira-0.1.0 | README.md |