プロジェクト

全般

プロフィール

Ticket Workflow » 履歴 » バージョン 2

Kousuke Ebihara, 2009-09-23 14:35
Changed url for images

1 1 Kousuke Ebihara
h1. Ticket Workflow
2
3
h2. Overview
4
5
All of tickets have a status.
6
7
You can change a ticket status on the updating ticket page.
8
9
Your usable statuses are restricted by some reasons. For example, a reporter of the project can't use the "Accepted" status, and the "Rejected" status can't change to the "Fixed" status.
10
11
h2. Detail Description of workflows
12
13
h3. Bug
14
15
The following image explains the workflow of bug ticket.
16
17 2 Kousuke Ebihara
!スライド1.png!
18 1 Kousuke Ebihara
19
h3. Enhancement
20
21
The following image explains the workflow of enhancement ticket.
22
23 2 Kousuke Ebihara
!スライド3.png!
24 1 Kousuke Ebihara
25
h3. Back Port
26
27
Back port ticket is used for defect ticket or enhancement ticket that is for multiple versions.
28
29
You must deal such a ticket on the current development version first, you fix that, another developer reviews that, a tester tests that, and you create a related ticket to back port to old version (s).
30
31
The ticket on the current development version is called as "original ticket". The original ticket must be dealt as normal bug ticket or enhancement ticket.
32
33
Also the back port ticket is dealt as normal ticket. It means a change for the back port ticket must be reviewed and be tested. Because that change doesn't work in old version correctly even if it works original version fine sometimes.
34
35
The following image explains the workflow of back port ticket.
36
37 2 Kousuke Ebihara
!スライド5.png!