[[PageOutline(2-5,Contents,pullout)]] = 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 [report:9?COMPONENT=ProjectPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=ProjectPlugin&owner=framay new ticket]. == Download == Download the zipped source from [download:projectplugin here]. == Source == You can check out ProjectPlugin from [http://trac-hacks.org/svn/projectplugin here] using Subversion, or [source:projectplugin 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 == [[ChangeLog(projectplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:framay] [[BR]] '''Maintainer:''' [wiki:framay] [[BR]] '''Contributors:'''