Contents
Adds project information to each ticket
Description
Adds project number to ticket. User which have right CONTROLLER_ADMIN (or TRAC_ADMIN) can edit list of default project numbers in admin pane. Editing project number manually:
- when creating a ticket, manually typed project numbers will be skipped !
Bugs/Feature Requests
Existing bugs and feature requests for ProjectPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out ProjectPlugin from here using Subversion, or browse the source with Trac.
Example
Sample initial configuration:
[project-plugin] default-project = 98765
Sample configuration after editing in Admin panel:
[project-plugin] default-project = 98765 order.1.type = defect;12345
Recent Changes
[12410] by framay on 12/07/12 15:50:58
- improved db-queries to be compatible with Trac 1.0 - removed unnecessary imports
[10950] by framay on 11/28/11 08:45:46
creating folder trunk, since future changes will be made for Trac version 0.13
[10712] by framay on 09/30/11 15:14:17
initial commit
[10711] by framay on 09/30/11 15:06:14
New hack ProjectPlugin, created by framay

