Changes between Version 3 and Version 4 of TracTickets
- Timestamp:
- May 24, 2018, 4:29:30 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracTickets
v3 v4 6 6 As the central project management element of Trac, tickets can be used for '''project tasks''', '''feature requests''', '''bug reports''', '''software support issues''' among others. 7 7 8 As with the TracWiki, this subsystem has been designed with the goal of makinguser contribution and participation as simple as possible.8 As with the TracWiki, this subsystem has been designed to make user contribution and participation as simple as possible. 9 9 10 10 An issue is assigned to a person who must resolve it or reassign the ticket to someone else. All tickets can be edited, annotated, assigned, prioritized and discussed at any time. … … 19 19 * '''Reporter''' — The author of the ticket. 20 20 * '''Type''' — The category of the ticket. The default types are `defect`, `enhancement` and `task`. 21 * '''Component''' — The project module or subsystem th is ticket concerns.21 * '''Component''' — The project module or subsystem that this ticket concerns. 22 22 * '''Version''' — Version of the project that this ticket pertains to. 23 * '''Keywords''' — Keywords that a ticket is marked with. Useful for searching and report generation.24 * '''Priority''' — The importance of this issue, ranging from ''trivial'' to ''blocker''. A dropdown list if differentpriorities are defined.23 * '''Keywords''' — Keywords that a ticket is tagged with. Useful for searching and report generation. 24 * '''Priority''' — The importance of this issue, ranging from ''trivial'' to ''blocker''. A dropdown list when multiple priorities are defined. 25 25 * '''Milestone''' — Due date of when this issue should be resolved. A dropdown list containing the milestones. 26 26 * '''Assigned to/Owner''' — Principal person responsible for handling the issue. … … 98 98 99 99 '''Notes:''' 100 - If you need serious flexibility and aren't afraid of a little plugin coding of your own, see [http://trac-hacks.org/wiki/FlexibleAssignToPlugin FlexibleAssignTo].100 - If you need more flexibility and aren't afraid of a little plugin coding of your own, see the [https://trac-hacks.org/wiki/FlexibleAssignToPlugin FlexibleAssignTo plugin]. 101 101 102 102 - Activating this option may cause some performance degradation. Read more about this in the [trac:TracPerformance#Configuration Trac performance] page.