Changes between Initial Version and Version 1 of TracTickets


Ignore:
Timestamp:
03/10/04 08:16:18 (20 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracTickets

    v1 v1  
     1= The Trac Ticket System =
     2
     3The Trac issue database provides simple but effective tracking of issues and bugs within the project.
     4
     5As the central project management element of Trac, tickets are be used for '''bug reports''',  '''feature requests'''. '''software support issues''' and '''project tasks'''.
     6
     7As with the TracWiki, this subsystem has been designed with the goal of making user contribution and participation as simple as possible. It should be easy to report bugs, ask questions and suggest improvements.
     8
     9An issue is assigned a person who must resolve it or reassign the ticket to
     10someone else. All tickets can be edited, annotated, assigned, prioritized and
     11discussed at any time.
     12
     13== Ticket Fields ==
     14
     15A  ticket contains the following information attributes:
     16 
     17 * '''Reporter''' - The author of the ticket.
     18 * '''Component''' - The project module or subsystem this ticket concerns.
     19 * '''Version''' - Version of the project does this ticket pertains to.
     20 * '''Severity''' - What are the effects the issue described? Ranges from an ''enhancement'' request to ''blocker'' (must be fixed before next milestone).
     21 * '''Priority''' - The importance of is the issue relative to other tasks.
     22 * '''Milestone''' - When this issue should be resolved at the latest.
     23 * '''Assigned to''' - Principal person responsible for handling the issue.
     24 * '''Cc''' - A list of other associated people. ''note: this does '''not''' imply responsiblity or any other policy.
     25
     26 * '''Status''' - What is the current status?
     27
     28 * '''Summary''' - A brief description summarizing the problem or issue.
     29 * '''Description''' - The body of the ticket. A good description should be '''specific, descriptive and to the point'''.
     30
     31== Changing and Commenting Tickets ==
     32
     33Once a ticket has been entered into Trac, you can at any time change the
     34information by '''annotating''' the bug. This means changes and comments to
     35the ticket are logged as a part of the ticket itself.
     36
     37When viewing a ticket, this log of changes will appear below the main ticket area.
     38
     39''In the Trac project, we use ticket comments to discuss issues and
     40tasks. This makes understanding the motivation behind a design- or implementation choice easier, when returning to it later.''
     41
     42'''Note:''' An important feature is being able to use TracLinks and
     43WikiFormatting in ticket descriptions and comments. Use TracLinks to refer to
     44other issues, changesets or files to make your ticket more specific and easier
     45to understand.
     46
     47See also:  TracGuide, TracWiki