Project

General

Profile

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 (almost 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:   (0)

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

  1. git clone git://github.com/hamletmun/redmine_trac_custom_field.git
  2. rake redmine:plugins:migrate RAILS_ENV=production
  3. Restart Apache/Nginx/Unicorn/etc.
  4. Configure from Administration > Plugins
  5. Create custom field of type Trac
  6. 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.