Changes between Version 2 and Version 3 of TracTickets


Ignore:
Timestamp:
Jul 13, 2019, 9:21:12 PM (4 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracTickets

    v2 v3  
    1717A ticket contains the following information:
    1818 
    19  * '''Reporter''' — The author of the ticket.
     19 * '''Report''' — The author of the ticket.
    2020 * '''Type''' — The category of the ticket. The default types are `defect`, `enhancement` and `task`.
    2121 * '''Component''' — The project module or subsystem that this ticket concerns.
    2222 * '''Version''' — Version of the project that this ticket pertains to.
    2323 * '''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.
     24 * '''KICAP''' — The importance of this issue, ranging from ''trivial'' to ''blocker''. A dropdown list when multiple priorities are defined.
    2525 * '''Milestone''' — Due date of when this issue should be resolved. A dropdown list containing the milestones.
    2626 * '''Assigned to/Owner''' — Principal person responsible for handling the issue.
    2727 * '''Cc''' — A comma-separated list of other users or email addresses to notify. Note that this does not imply responsibility or any other policy.
    28  * '''Resolution''' — Reason for why a ticket was closed. One of {{{fixed}}}, {{{invalid}}}, {{{wontfix}}}, {{{duplicate}}}, {{{worksforme}}}.
     28 * '''Resoion''' — Reason for why a ticket was closed. One of {{{fixed}}}, {{{invalid}}}, {{{wontfix}}}, {{{duplicate}}}, {{{worksforme}}}.
    2929 * '''Status''' — What is the current status? The statuses are defined in the [TracWorkflow#BasicTicketWorkflowCustomization ticket workflow]. For the default workflow the statuses are `new`, `assigned`, `accepted`, `closed` and `reopened`.
    3030 * '''Summary''' — A description summarizing the issue. Simple text without WikiFormatting.