This is an old revision of the document!
IRC
Trellobot
The Xubuntu team uses Trello in addition to blueprints in order to keep track of items, to that end an IRC bot, xubutrello, is used.
It can list all cards on a Trello board's list, along with what members have joined that card and when the due date is. Just address the bot with the name of the list (it's not case sensitive).
The bot also has the following commands:
- help - Display the help this page is based off of, it'll respond in PM as to not spam the channel.
- source - Link to xubutrello's source repository.
- sync - Re-syncs the local cache with the Trello board.
- lists - Show all the board's list names.
- due soon - Return all cards due within the next two weeks.
- card add this is a card - Creates a new card named 'this is a card' in a list defined in the add_cards_list config variable or if it's not present in a list named To Do
- card <id> comment this is a comment - Creates a comment on the card with short id equal to <id>
- card <id> move to Doing - Moves the card with short id equal to <id> to the list Doing.
- card <id> add member joe - Assign joe to the card with short id equal to <id>
- card <id> view joe`@email.com - Sends an email to joe`@email.com with the content of the card with short id equal to <id>
- card <id> link - Return a link to the card with short id equal to <id>
- cards joe - Return all cards assigned to joe.