wiki:TicketToRtmPlugin

Synchronize Trac tickets to Remember the Milk task manager

Description

This is a plugin that synchronizes Trac tickets and Remember the Milk tasks.

Key features:

  • When a ticket is created, a RTM task also will be added.
  • When you close a ticket, the associated RTM task will be completed.

Benefits:

  • Unified task list.
  • Check tickets from mobile

Create a Trac ticket:

http://gyazo.com/8e5a1b1f891637402b09dcdb764d69d6.png

which is then reflected as an RTM task:

http://gyazo.com/cdaffa9d1233b93838cf1e29865e6ed4.png

For additional examples see YouTube.

Bugs/Feature Requests

Existing bugs and feature requests for TicketToRtmPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out TicketToRtmPlugin from here using Subversion or Git, or browse the source.

Installation

General instructions on installing Trac plugins can be found on the TracPlugins page.

You may also choose to use the provided Makefile:

  1. edit Makefile and set PLUGINS_DIR to your Trac plugin directory
  2. make

Configuration

This plugin requires a RTM API key, shared secret and write-permitted token. You can obtain your API key and shared secret from the Remember the Milk website.

After acquiring the key and shared secret, you can get your token by using the bundled script. Run it as follows:

$ python get_token.py <api key> <shared secret>

Then do the following:

  1. Copy/paste contents of trac_ini_sample.txt to your trac.ini file.
  2. Set rtm_api_key, rtm_api_secret, rtm_api_token to the values acquired above.

Author/Contributors

Author: mootoh
Maintainer: Motohiro Takayama
Contributors:

Last modified 8 years ago Last modified on Oct 1, 2016, 9:56:05 AM