Project

General

Profile

RedmineIssues » History » Version 15

Tatiana Tvardovskaya, 2010-05-09 16:33
Screenshot and brief description for "Updating an existing issue" section

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 9 Tom Rochette
h3. Related issues
10
11
Related issues allow developers to link issues to each other in order to remove duplicates or simplify their workflow.
12
13
It is possible to link issues based on various relations. Current relations are:
14
* related to
15
* duplicates
16 11 Brice P
     If issue B is the duplicate of A
17
     - closing B will let A open
18
     - closing A will close B
19 9 Tom Rochette
* blocks
20 12 Brice P
     If issue B blocks A,
21
     A can't be closed unless B is.
22 9 Tom Rochette
* precedes
23 13 Brice P
     If B follows A, you can't give B
24
     a starting date equal or less
25
     than the ending date of A.
26 1 Thomas Lecavelier
* follows
27 12 Brice P
     If issue B follows A (ex A ends the 21/04 and B begins the 22/04)
28 11 Brice P
     and you add +2 day at the ending date of A,
29
     the starting and ending dates of B will be +2 too.
30 9 Tom Rochette
31
!redmine-related-issues.png!
32
33 10 Tom Rochette
Administrators can define the [[RedmineRoles#Permissions|permissions]] of users to add and edit such relations.
34
35 9 Tom Rochette
h3. Watchers
36
37
Display a list of all the users who are watching this issue. If the issue is updated, those users will be notified.
38
39
If you are logged in as a project administrator, it is possible for you to add users to the watch list on this page. By clicking on the Add link, a drop-down menu with a *Add* button appear, which allows you to select which user to add to the watch list.
40
41
!redmine-watchers.png!
42 10 Tom Rochette
43
Administrators can define the [[RedmineRoles#Permissions|permissions]] of users to add/delete watchers as well as to see the list of watchers.
44 9 Tom Rochette
45 7 Tom Rochette
h3. Associated revisions
46
47 8 Tom Rochette
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 revisions block (generally to the right of the first reply).
48 7 Tom Rochette
49
!redmine-associated-revision.png!
50
51 1 Thomas Lecavelier
h2. Adding a new issue
52
53 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]]).
54 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_.
55 1 Thomas Lecavelier
56
h2. Updating an existing issue
57
58
(TODO: describe and upload a screen-shot of update panel)
59
60 15 Tatiana Tvardovskaya
To edit the issue, Click _Update_ link (having a pen icon) at the top or the bottom of the issue page:
61
62
!RedmineEditIssue_Update_Link.png!
63
64
Depending you your role permissions (see [[RedmineRoles|roles and permissions]]), you will see a complete or a limited set of editable issue properties.
65
66 14 Tatiana Tvardovskaya
67 5 Anthony Cartmell
h2. Editing an existing issue's Subject or Description
68 1 Thomas Lecavelier
69 14 Tatiana Tvardovskaya
In order to edit an existing issue, your role has to have the [[RedmineRoles#Permissions|Issue Tracking > Edit Issues]] right in the the [[RedmineRoles|roles and permissions]] configation. 
70
This right gives you a _(More)_ link after the Change Properties section title in the "Update issue" panel.
71 1 Thomas Lecavelier
72 14 Tatiana Tvardovskaya
# Open the issue
73
# Click _Update_ link (having a pen icon) at the top or the bottom of the issue page. 
74
# See *Change properties* dialog with the _(More)_ link (see a screenshot below).
75
# Clicking on the _(More)_ link will bring-up an editable copy of the Subject and Description of the issue.
76 2 Thomas Lecavelier
77 14 Tatiana Tvardovskaya
p=. !RedmineEditIssue_More_Link_new_location.png!