wiki:TicketToRtmPlugin

Version 4 (modified by Ryan J Ollos, 15 years ago) (diff)

Adding another URL resource

Synchronize Trac tickets to Remember the Milk task manager

Description

A Trac plugin that synchronizes Trac tickets and Remember the Milk tasks.

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

This hack is hosted externally. See Ticket2RTM and github for more info. I'm just adding a stub here to point to the author's page.

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 [download:tickettortmplugin here].

Source

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

Installation

Build

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

or:

  1. python setup.py –bdist_egg
  2. copy dist/TracTicket2RTMPlugin*.egg into your Trac plugin dir

RTM API key, token

This plugin requires RTM API key, shared secret, and write-permitted token. You can obtain your API key and shared secret from here.

After acquired key and shared secret, you can get your token by using bundled script. Run as follow:

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

Configuration

  1. copy/paste contents of trac_ini_sample.txt to your trac.ini
  2. set rtm_api_key, rtm_api_secret, rtm_api_token to ones acquired above

Recent Changes

6466 by rjollos on 2009-09-01 01:05:11
Adding TicketToRtmPlugin version 0.1 from http://github.com/mootoh/ticket2rtm/tree/master.
6463 by rjollos on 2009-08-31 22:34:41
New hack TicketToRtmPlugin, created by rjollos
(more)

Author/Contributors

Author: rjollos
Contributors: