Plugin which integrates Request Tracker into redmine.
-
Introduces a new Macro {{rt(444)}} which creates a link to ticket 444 in the request tracker.
-
If there is a custom field with name “RT-Referenz” (type text) in the issue show view the values are converted to links to RT
Please note: currently all links are hardcoded an link to the FrOSCon RT.
There are no prerequisites.
Download the sources and put them to your vendor/plugins folder.
$ cd {REDMINE_ROOT} $ git clone git://github.com/froscon/redmine_rt_integration vendor/plugins/redmine_rt_integration
No additional configuration is necessary.
-
Make RT-Link configurable.
-
Removed debug-statements
-
Initial release