Edgewall Software

Changes between Initial Version and Version 1 of TracTickets


Ignore:
Timestamp:
Mar 1, 2004, 6:52:26 AM (20 years ago)
Author:
daniel
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, the 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'''.