A Trac plugin that synchronizes Trac tickets and RTM 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.
- edit Makefile and set
PLUGINS_DIR
to your Trac plugin dir make
or:
python setup.py --bdist_egg
- copy
dist/TracTicket2RTMPlugin*.egg
into your Trac plugin dir
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>
- copy/paste contents of trac_ini_sample.txt to your trac.ini
- set rtm_api_key, rtm_api_secret, rtm_api_token to ones acquired above
BSD