Ticket2RTM

January 18th, 2008  |  Published in hack  |  4 Comments

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.

Screenshot

Screencast

Download

The source code is on github: http://github.com/mootoh/ticket2rtm/

Benefits

  • unified Task List
  • check tickets from mobile

Install

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  

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
  3. enjoy !

Tags:
  • rjollos

    Hello,

    I am not able to download the zip file. Could you check if it is still available for download?

  • https://deadbeaf.org/ mootoh

    Hello,

    Though the link above does not work, it is currently available at github.

    http://github.com/mootoh/ticket2rtm/tree/master

    I'll fix that link. Thank you for your interest :)

  • Bindi

    こんにちは。get_token.py で、URL が出てくるので、それをブラウザでアクセス。認証を済ませてから、hit any key という一文があると、わかりやすかったです。ちょっと悩んでしまいました。 ありがとう!

  • Bindi

    problem. i can not use. create new ticket in https://trac-hacks.org/ticket/9635

    thank you.