TicketingPolicy » History » Version 3

Paweł Widera, 07/04/2007 01:59 PM
Some sentences removed. More details about handling added.

1 1 Anonymous
= Ticketing Policy =
2 1 Anonymous
3 3 Paweł Widera
This page describes how '''Users''' and '''Developers''' should use the ticketing system:
4 1 Anonymous
5 1 Anonymous
== General Definitions ==
6 1 Anonymous
7 1 Anonymous
 1. '''Ticket Type'''[[BR]] 
8 1 Anonymous
9 2 Anonymous
  ||'''Defect''':      ||Anything that does not work as expected||
10 1 Anonymous
  ||'''Enhancement''': ||An improvement over an existing feature||
11 2 Anonymous
  ||'''Request''':     ||A new feature that should be added||
12 2 Anonymous
  ||'''Task''':        ||Anything that does not fall into the categories above||
13 1 Anonymous
14 1 Anonymous
 2. '''Priority'''[[BR]]
15 1 Anonymous
16 1 Anonymous
  ||'''blocker''':  ||Reduced functionality of parts of the system or the entire system until problem is fixed||
17 1 Anonymous
  ||'''critical''': ||Security breach or severe loss of data due to the defect|| 
18 1 Anonymous
  ||'''major''':    ||Defect with major impact '''OR''' big enhancement||
19 1 Anonymous
  ||'''normal''':   ||Defect with normal impact '''OR''' medium enhancement||
20 1 Anonymous
  ||'''minor''':    ||Defect with minor impact '''OR''' small enhancement||
21 1 Anonymous
  ||'''trivial''':  ||Defect with little or no impact '''OR''' cosmetic enhancement||
22 1 Anonymous
23 1 Anonymous
 3. '''Versioning'''[[BR]]
24 1 Anonymous
25 1 Anonymous
  ||'''Milestone'''||Planned version (future)  ||
26 1 Anonymous
  ||'''Version'''  ||Released milestone (past)||
27 2 Anonymous
28 3 Paweł Widera
== Tickets handling ==
29 3 Paweł Widera
Users need only to set the '''Ticket Type''' and the '''Version''' of software to which the ticket applies. The priority is optional and may be reassigned by one developers later. [[BR]]
30 1 Anonymous
31 3 Paweł Widera
Developers verify each ticket and on acceptance assign an '''Owner''', '''Priority''', '''Component''', and '''Milestone'''. If more information is needed than given in the original ticket description, its status should remain '''new''' until acceptance/refusal is possible.