Project

General

Profile

RedmineIssues » History » Version 7

Tom Rochette, 2010-01-11 17:45
Added associated revision + listing of the issue.

1 1 Thomas Lecavelier
h1. Issue Tracking 
2
3 3 Mischa The Evil
Issues are the heart of the Redmine business. An issue is bound to a project, owned by a user, can be related to a version, etc.
4 1 Thomas Lecavelier
5 7 Tom Rochette
h2. Listing of the issue
6
7
From a selected issue page, you can see the work in progress that is done to fix the issue. The messages are displayed in chroonological order, starting from the oldest to the newest message. It is possible to quote others' messages as well as to edit yours.
8
9
h3. Associated revisions
10
11
If the administrator has defined [[RedmineSettings#Referencing-issues-in-commit-messages|Referencing Issues Keywords]], a developer that uses such keyword(s) will see its commit message displayed on the issue page, under the Associated Revision block.
12
13
!redmine-associated-revision.png!
14
15 1 Thomas Lecavelier
h2. Adding a new issue
16
17 6 Tom Rochette
People can create a new issue when they meet the [[RedmineRoles|roles and permissions]] configured by the Redmine Administrator ([[RedmineRoles#Permissions|Role: Issue Tracking > Add Issues]]).
18 4 Mischa The Evil
When creating a new issue, one of the most important items is the [[RedmineIssueTrackingSetup#Trackers|tracker field]], which defines the nature of the issue. By default, Redmine comes with three different trackers: _bug_, _feature_, and _support_.
19 1 Thomas Lecavelier
20
h2. Updating an existing issue
21
22
(TODO: describe and upload a screen-shot of update panel)
23
24 5 Anthony Cartmell
h2. Editing an existing issue's Subject or Description
25 1 Thomas Lecavelier
26 6 Tom Rochette
In order to edit an existing issue, your role has to have the [[RedmineRoles#Permissions|Issue Tracking > Edit Issues]] right. This right gives you a _(More)_ link after the Change Properties section title in the "Update issue" panel.
27 5 Anthony Cartmell
28
Clicking on the _(More)_ link will bring-up an editable copy of the Subject and Description of the issue.
29 2 Thomas Lecavelier
30
p=. !RedmineEditIssue_More_Link.png!