Project

General

Profile

RedmineIssueTrackingSetup » History » Version 9

Mischa The Evil, 2008-12-16 04:27
Added Tracker-config screenshot

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 7 Mischa The Evil
Trackers are the different types of issues. For each tracker you can define:
8
* if the issues bound to the tracker should be displayed on the [[RedmineRoadmap|roadmap]]
9 8 Mischa The Evil
* if the issues bound to the tracker should be displayed on the [[RedmineIssueChangelog|changelog]]
10 7 Mischa The Evil
* a different workflow.
11 6 Jean-Philippe Lang
12
If you create a new tracker, you'll have to define its workflow in order to properly use it. Note that you can copy an existing tracker's workflow when you create a new one (for that, select a tracker in the 'copy workflow from' drop-down list on the 'New tracker' screen).
13 5 Jean-Philippe Lang
14 1 Jean-Philippe Lang
h2. Issue statuses
15
16 5 Jean-Philippe Lang
* *Closed*: indicates that the issue is considered as closed (more than one status can be declared as closed)
17 4 Jean-Philippe Lang
* *Default*: status applied by default to new issues (only one status can be Default status)
18
19 1 Jean-Philippe Lang
h2. Workflow
20
21
The workflow lets you define status transitions that the various project members are allowed to make on the issues, according to their type.
22
23
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 options indicate the initial status of an issue. The "New Statuses allowed" columns stand for the statuses that can be applied.
24
25
Note: In order to allow a role to change the status of existing issues, you have to give him the 'Change issue status' permission (see [[RedmineRoles|Roles and permissions]]).
26
27 3 Jean-Philippe Lang
p=. !workflow_example.png!
28 2 Jean-Philippe Lang
29 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.