RedmineIssueTrackingSetup » History » Version 27
dj jones, 2013-05-12 00:44
1 | 1 | Jean-Philippe Lang | h1. Issue tracking system |
---|---|---|---|
2 | |||
3 | 9 | Mischa The Evil | !>tracker_config.jpg! |
4 | |||
5 | 5 | Jean-Philippe Lang | h2. Trackers |
6 | |||
7 | 18 | dj jones | Trackers are how you split your issues into different types - common ones are Bug, Feature, Defect or etc. |
8 | |||
9 | 26 | dj jones | For each tracker, you can define: (see image right) |
10 | 27 | dj jones | * Name (the example [ictured is 'Bug') |
11 | 7 | Mischa The Evil | * if the issues bound to the tracker should be displayed on the [[RedmineRoadmap|roadmap]] |
12 | 17 | Mischa The Evil | * -if the issues bound to the tracker should be displayed on the [[RedmineIssueChangelog|changelog]]-, merged into [[RedmineRoadmap|roadmap]] view |
13 | 16 | Youssef Eldakar | * a different workflow |
14 | 6 | Jean-Philippe Lang | |
15 | 25 | dj jones | When creating a new tracker, you'll need to define its Workflow (see below) in order to properly use it. (To save time doing that - you can copy an existing tracker's workflow when creating a new one. To do that, select a tracker in the 'Copy workflow from' drop-down list on the 'New tracker' screen). |
16 | 5 | Jean-Philippe Lang | |
17 | 1 | Jean-Philippe Lang | h2. Issue statuses |
18 | |||
19 | 10 | Mischa The Evil | Issue statuses can be added and deleted freely. Each status has the following two configurable options: |
20 | 5 | Jean-Philippe Lang | * *Closed*: indicates that the issue is considered as closed (more than one status can be declared as closed) |
21 | 16 | Youssef Eldakar | * *Default*: status applied by default to new issues (only one status can be declared as default status) |
22 | 4 | Jean-Philippe Lang | |
23 | 19 | dj jones | h3. '% Done' and 'Done Ratio 'command |
24 | 1 | Jean-Philippe Lang | |
25 | 24 | dj jones | If you want to measure progress of work done, including % progress of work on Issues unfinished but partially done: |
26 | Then set the [[RedmineSettings#Calculate-the-issue-done-ratio|"Calculate the issue done ratio" option]] in the application settings to "Use the issue status", which allows: |
||
27 | 19 | dj jones | |
28 | 22 | dj jones | * As per screenshot below, you can set the % Done for each status - (if left blank, changing an issue to this status will not change its percent done.) |
29 | 12 | Tharuka Pathirana | |
30 | 23 | dj jones | * After setting new values, use the 'Update Issue done ratios' command to set all issue statuses to the values defined in each status' "% Done" setting. |
31 | 12 | Tharuka Pathirana | |
32 | !issue-done-ratio.png! |
||
33 | |||
34 | 1 | Jean-Philippe Lang | h2. Workflow |
35 | |||
36 | 16 | Youssef Eldakar | The workflow lets you define status transitions that the various project members are allowed to make on the issues according to their type. |
37 | 1 | Jean-Philippe Lang | |
38 | 16 | Youssef Eldakar | On the workflow setup screen, select the role and the tracker for which you want to edit the workflow, then click 'Edit'. The screen lets you select the authorized transitions for the chosen role and tracker. The "Current status" column indicates the initial status of an issue. The "New statuses allowed" columns stand for the statuses that can be applied. |
39 | 1 | Jean-Philippe Lang | |
40 | 16 | Youssef Eldakar | Note: To change an issue status, a user needs to have either 'Edit' or 'Add note' permission (see [[RedmineRoles|Roles and permissions]]). |
41 | 1 | Jean-Philippe Lang | |
42 | 11 | Eric Davis | !workflow_example.png! |
43 | 2 | Jean-Philippe Lang | |
44 | 1 | Jean-Philippe Lang | In the above example, Bugs with a New status could be given an Assigned or Resolved status by the Developer role. Those with an Assigned status could get a Resolved status. The status of all the other Bugs cannot be modified by the Developer. |