Plugins Directory » Custom Field for Best Practical RT Ticket Number
|
Author: | Steve Morrissey |
---|---|---|
Website: | https://github.com/uberamd/redmine_rt_custom_field | |
Code repository: | https://github.com/uberamd/redmine_rt_custom_field | |
Registered on: | 2013-01-23 (almost 12 years ago) | |
Current version: | 0.1.0 | |
Compatible with: | Redmine 2.3.x, 2.2.x, 2.1.x, 2.0.x, 1.4.x, 1.3.x, 1.2.x, 1.1.x, 1.0.x, 0.9.x | |
User ratings: |
This is a custom field type (named RT) that allows you to input a RT (Request Tracker) ticket number. That ticket number will link directly to the ticket in your RT instance. Very basic plugin but needed in my work environment so we can reference RT tickets from bugs filed against an application.
Installation notes
Simply:
- clone to plugins/
- rake redmine:plugins:migrate RAILS_ENV=production
- configure from Administration > Plugins
- Create custom field of type RT
- Add custom field to tracker
Changelog
0.1.0 (2013-01-23)
Compatible with Redmine 2.3.x, 2.2.x, 2.1.x, 2.0.x, 1.4.x, 1.3.x, 1.2.x, 1.1.x, 1.0.x, 0.9.x.