Changes between Version 1 and Version 2 of TracTickets
- Timestamp:
- 11/17/04 15:27:56 (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracTickets
v1 v2 3 3 The Trac issue database provides simple but effective tracking of issues and bugs within the project. 4 4 5 As the central project management element of Trac, tickets are be used for '''bug reports''', '''feature requests'''.'''software support issues''' and '''project tasks'''.5 As the central project management element of Trac, tickets are used for '''bug reports''', '''feature requests''', '''software support issues''' and '''project tasks'''. 6 6 7 7 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 easy to report bugs, ask questions and suggest improvements. 8 8 9 An issue is assigned a person who must resolve it or reassign the ticket to9 An issue is assigned to a person who must resolve it or reassign the ticket to 10 10 someone else. All tickets can be edited, annotated, assigned, prioritized and 11 11 discussed at any time. … … 17 17 * '''Reporter''' - The author of the ticket. 18 18 * '''Component''' - The project module or subsystem this ticket concerns. 19 * '''Version''' - Version of the project doesthis ticket pertains to.19 * '''Version''' - Version of the project that this ticket pertains to. 20 20 * '''Severity''' - What are the effects the issue described? Ranges from an ''enhancement'' request to ''blocker'' (must be fixed before next milestone). 21 21 * '''Priority''' - The importance of is the issue relative to other tasks. 22 22 * '''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. 23 25 * '''Assigned to''' - Principal person responsible for handling the issue. 24 26 * '''Cc''' - A list of other associated people. ''note: this does '''not''' imply responsiblity or any other policy.