Plugins Directory » Custom Field for Trac Ticket Number
|
Author: | Seung Soo Mun |
---|---|---|
Website: | https://github.com/hamletmun/redmine_trac_custom_field | |
Code repository: | https://github.com/hamletmun/redmine_trac_custom_field | |
Registered on: | 2014-06-13 (over 10 years ago) | |
Current version: | 0.1.1 | |
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 for Redmine that creates a field capable of directly linking to a Trac (http://trac.edgewall.org). At this point it's nothing exciting, simply add a custom field in Redmine of type Trac then assign that field to a bug/feature tracker. Then, upon issue ticket creation, if the user pastes in an Trac ticket number it'll create a simple link to view that ticket.
Forked from http://www.redmine.org/plugins/redmine_rt_custom_field
Installation notes
git clone git://github.com/hamletmun/redmine_trac_custom_field.git
rake redmine:plugins:migrate RAILS_ENV=production
- Restart Apache/Nginx/Unicorn/etc.
- Configure from Administration > Plugins
- Create custom field of type Trac
- Add custom field to tracker
Changelog
0.1.1 (2014-06-13)
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.