lita-redmine
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