Project

General

Profile

RedmineIssues » History » Revision 11

Revision 10 (Tom Rochette, 2010-01-11 18:20) → Revision 11/47 (Brice P, 2010-04-22 08:04)

h1. Issue Tracking  

 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. 

 h2. Listing of the issue 

 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. 

 h3. Related issues 

 Related issues allow developers to link issues to each other in order to remove duplicates or simplify their workflow. 

 It is possible to link issues based on various relations. Current relations are: 
 * related to 
 * duplicates 
      If issue B is the duplicate of A 
      - closing B will let A open 
      - closing A will close B 
 * blocks 
 * precedes 
 * follows 
      If B follows A (ex A ends the 21/04 and B begins the 22/04) 
      and you add +2 day at the ending date of A, 
      the starting and ending dates of B will be +2 too. 

 !redmine-related-issues.png! 

 Administrators can define the [[RedmineRoles#Permissions|permissions]] of users to add and edit such relations. 

 h3. Watchers 

 Display a list of all the users who are watching this issue. If the issue is updated, those users will be notified. 

 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. 

 !redmine-watchers.png! 

 Administrators can define the [[RedmineRoles#Permissions|permissions]] of users to add/delete watchers as well as to see the list of watchers. 

 h3. Associated revisions 

 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). 

 !redmine-associated-revision.png! 

 h2. Adding a new issue 

 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]]). 
 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_. 

 h2. Updating an existing issue 

 (TODO: describe and upload a screen-shot of update panel) 

 h2. Editing an existing issue's Subject or Description 

 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. 

 Clicking on the _(More)_ link will bring-up an editable copy of the Subject and Description of the issue. 

 p=. !RedmineEditIssue_More_Link.png!