Changes between Version 20 and Version 21 of SCS_ISSUE_TRACKER_SETUP_R2
- Timestamp:
- 02/20/09 15:06:14 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCS_ISSUE_TRACKER_SETUP_R2
v20 v21 139 139 Create a ticket from an anonymous account. Explain what is done. 140 140 = Design = 141 * Install the plug-ins listed in the implementation idea. 142 * Research them and the way they work 143 * deletion of accounts is possible with the proper plug-in 144 * the trac admin can delete tickets and to assign such role to other team members 145 * TicketSubmitPolicyPlugin is useless for making description field required, it can only be used to show or hide different fields. 141 146 * To change default ticket's type to bug and to make the default component of tickets "uncategorized" change following part of trac.ini: 142 147 [ticket][[BR]] … … 157 162 restrict_owner = false[[BR]] 158 163 workflow = ConfigurableTicketWorkflow,CodeReviewActionController,TicketWorkflowOpOwnerReporter[[BR]] 159 * To make description field required:160 * install following plug in http://trac-hacks.org/wiki/TicketSubmitPolicyPlugin161 * add following part in trac.ini162 {{{163 [ticket-submit-policy]164 policy.requires = description165 }}}166 164 167 165