The Trac Ticket SystemThe Trac issue database provides simple but effective tracking of issues and bugs within a project. As the central project management element of Trac, tickets are used for bug reports, feature requests, software support issues and project tasks. As with the TracWiki, this subsystem has been designed with the goal of making user contribution and participation as simple as possible. It should be as easy as possible to report bugs, ask questions and suggest improvements. An issue is assigned to a person who must resolve it or reassign the ticket to someone else. All tickets can be edited, annotated, assigned, prioritized and discussed at any time. Note: To make full use of the ticket system, use it as an in bucket for ideas and tasks for your project, rather than just bug/fault reporting. Ticket FieldsA ticket contains the following information attributes:
Changing and Commenting TicketsOnce a ticket has been entered into Trac, you can at any time change the information by annotating the bug. This means changes and comments to the ticket are logged as a part of the ticket itself. When viewing a ticket, this log of changes will appear below the main ticket area. In the Trac project, we use ticket comments to discuss issues and tasks. This makes understanding the motivation behind a design- or implementation choice easier, when returning to it later. Note: An important feature is being able to use TracLinks and WikiFormatting in ticket descriptions and comments. Use TracLinks to refer to other issues, changesets or files to make your ticket more specific and easier to understand. Note: See TracNotification for how to configure email notifications of ticket changes. State DiagramAdvanced: Preset values for New Tickets from URLTo create a link to the new-icket form filled with preset values, you need to call the /newticket? URL with variable=value separated by &. Possible variables are :
Example: /trac/newticket?summary=Compile%20Error&version=1.0&component=gui See also: TracGuide, TracWiki, TracTicketsCustomFields, TracNotification |