/connector-jira

Factor.io Connector for JIRA

Primary LanguageRuby

Code Climate Coverage Status Build Status Dependency Status Gem Version

Factor.io Jira Connector

Factor.io Connector for integrating with JIRA.

Installation

Add this to your Gemfile in your Connector

gem 'factor-connector-jira', '~> 3.0.0'

Add this to your init.rb in your Connector

require 'factor/connector/jira'

The Connectors README shows you how to run the Connector Server with this new connector integrated.

Running tests

These tests are functional, they will call out to your Jira account and take actions.

bundle exec rake