0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Redmine interaction through Lita
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 3.0.0.beta2

Runtime

~> 4.0
 Project Readme

lita-redmine

Build Status Coverage Status

lita-redmine is a handler for Lita that allows interaction with Redmine project management tool (or its fork, Chiliproject).

Installation

Add lita-redmine to your Lita instance's Gemfile:

gem "lita-redmine"

Configuration

  • url (String) - Redmine service URL
  • type (Symbol) - Redmine variant used (:redmine or :chiliproject)
  • apikey (String) - Key for REST API access

Example

Lita.configure do |config|
  config.handlers.redmine.url = "https://redmine.example.com"
  config.handlers.redmine.type = :redmine
  config.handlers.redmine.apikey = "0000000000000000000000000000000000000000"
end

Usage

lita > redmine 42
https://redmine.example.com/issues/21206 : Chef-ize powerdns instalation

License

MIT