Changes between Version 1 and Version 2 of TracTickets


Ignore:
Timestamp:
11/17/04 15:27:56 (19 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracTickets

    v1 v2  
    33The Trac issue database provides simple but effective tracking of issues and bugs within the project.
    44
    5 As the central project management element of Trac, tickets are be used for '''bug reports''',  '''feature requests'''. '''software support issues''' and '''project tasks'''.
     5As the central project management element of Trac, tickets are used for '''bug reports''',  '''feature requests''', '''software support issues''' and '''project tasks'''.
    66
    77As 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
    9 An issue is assigned a person who must resolve it or reassign the ticket to
     9An issue is assigned to a person who must resolve it or reassign the ticket to
    1010someone else. All tickets can be edited, annotated, assigned, prioritized and
    1111discussed at any time.
     
    1717 * '''Reporter''' - The author of the ticket.
    1818 * '''Component''' - The project module or subsystem this ticket concerns.
    19  * '''Version''' - Version of the project does this ticket pertains to.
     19 * '''Version''' - Version of the project that 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.
    2222 * '''Milestone''' - When this issue should be resolved at the latest.
     23 * '''Resolution''' - Reason for why a ticket was closed, such as fixed, invalid, duplicate, etc.
     24 * '''Keywords''' - Keywords that a ticket is marked with.  Useful for searching and report generation.
    2325 * '''Assigned to''' - Principal person responsible for handling the issue.
    2426 * '''Cc''' - A list of other associated people. ''note: this does '''not''' imply responsiblity or any other policy.