Edgewall Software

Changes between Version 77 and Version 78 of TracTickets


Ignore:
Timestamp:
Jun 22, 2016, 12:47:12 PM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracTickets

    v77 v78  
    77As the central project management element of Trac, tickets can be used for '''project tasks''', '''feature requests''', '''bug reports''', '''software support issues''' among others.
    88
    9 As with the TracWiki, this subsystem has been designed with the goal of making user contribution and participation as simple as possible.
     9As with the TracWiki, this subsystem has been designed to make user contribution and participation as simple as possible.
    1010
    1111An 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.
     
    2020 * '''Reporter''' — The author of the ticket.
    2121 * '''Type''' — The category of the ticket. The default types are `defect`, `enhancement` and `task`.
    22  * '''Component''' — The project module or subsystem this ticket concerns.
     22 * '''Component''' — The project module or subsystem that this ticket concerns.
    2323 * '''Version''' — Version of the project that this ticket pertains to.
    24  * '''Keywords''' — Keywords that a ticket is marked with. Useful for searching and report generation.
    25  * '''Priority''' — The importance of this issue, ranging from ''trivial'' to ''blocker''. A dropdown list if different priorities are defined.
     24 * '''Keywords''' — Keywords that a ticket is tagged with. Useful for searching and report generation.
     25 * '''Priority''' — The importance of this issue, ranging from ''trivial'' to ''blocker''. A dropdown list when multiple priorities are defined.
    2626 * '''Milestone''' — Due date of when this issue should be resolved. A dropdown list containing the milestones.
    2727 * '''Assigned to/Owner''' — Principal person responsible for handling the issue.
     
    9999
    100100'''Notes:'''
    101  - 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].
     101 - 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].
    102102 
    103103 - Activating this option may cause some performance degradation. Read more about this in the [trac:TracPerformance#Configuration Trac performance] page.