No commit activity in last 3 years
No release in over 3 years
Display your Trello lists through Lita.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.3
>= 0
>= 3.0.0

Runtime

>= 4.3
 Project Readme

lita-trello-lists

This is a Lita handler for displaying your Trello lists through Lita.

Installation

Add lita-trello-lists to your Lita instance's Gemfile:

gem "lita-trello-lists"

Configuration

You will need to set at least one configuration variable:

lita.handlers.trello_lists.boards = ['123456', 'abcsfgf']

You can find the ID of one of your boards through its URL.

Additionally, if your boards are private, you will need to supply your Trello API key and a token. You can find out how to get these things through the Trello API documentation.

lita.handlers.trello_lists.key = "2345n32b42oijkn3b24j34jn34"
lita.handlers.trello_lists.token = "sahfiu23kjriuejknr239r0ofiwjben023ork2inw"

Usage

Say you have a board names "Engineering" and a list in it called "In Progress". The following are all equivalent:

> @robot trello list in progress
> @robot trello list progress in engineering
> @robot trello list in progress in eng