Factor.io Connector for integrating with JIRA.
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.
These tests are functional, they will call out to your Jira account and take actions.
bundle exec rake