Edgewall Software

Changes between Version 2 and Version 3 of TracTickets


Ignore:
Timestamp:
Mar 1, 2004, 7:13:29 PM (20 years ago)
Author:
daniel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracTickets

    v2 v3  
    55As the central project management element of Trac, tickets are be used for '''bug reports''',  '''feature requests'''. '''software support issues''' and '''project tasks'''.
    66
    7 As 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.
     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.
    88
    99An issue is assigned a person who must resolve it or reassign the ticket to
     
    1717 * '''Reporter''' - The author of the ticket.
    1818 * '''Component''' - The project module or subsystem this ticket concerns.
    19  * '''Version''' - The version of the project that this ticket pertains to.
     19 * '''Version''' - Version of the project does this ticket pertains to.
    2020 * '''Severity''' - What are the effects the issue described? Ranges from an ''enhancement'' request to ''blocker'' (must be fixed before next milestone).
    2121 * '''Priority''' - The importance of is the issue relative to other tasks.
     
    2828 * '''Summary''' - A brief description summarizing the problem or issue.
    2929 * '''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 itsel.
     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