Project

General

Profile

Actions

RedmineIssues » History » Revision 22

« Previous | Revision 22/47 (diff) | Next »
Dave Clements, 2011-01-24 19:44
"pen icon" -> "pencil icon"


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.

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.

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 - Just adds a link to the other issue
  • duplicates - Links issues so that closing one, will close the other (e.g. closing A will close B)
    If issue B is the duplicate of A
    - closing B will let A open
    - closing A will close B
  • duplicated by - Reciprocal of duplicates
  • blocks - Links issues so that closing one can be blocked by an issue which is still open
    If issue B blocks A,
    A can't be closed unless B is.
  • blocked by - Reciprocal of blocks
  • precedes - Links issues to define an "order", where A needs to be completed x days before B can be started on
    If B follows A, you can't give B
    a starting date equal or less
    than the ending date of A.
  • follows - Reciprocal of precedes
    If issue 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

Administrators can define the permissions of users to add and edit such relations.

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

Administrators can define the permissions of users to add/delete watchers as well as to see the list of watchers.

Associated revisions

If the administrator has defined 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

Adding a new issue

People can create a new issue when they meet the roles and permissions configured by the Redmine Administrator (Role: Issue Tracking > Add Issues).
When creating a new issue, one of the most important items is the tracker field, which defines the nature of the issue. By default, Redmine comes with three different trackers: bug, feature, and support.

Updating an existing issue

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

To edit the issue, Click Update link (having a pencil icon) at the top or the bottom of the issue page:

Screenshot for Update an existing issue

Depending you your role permissions (see roles and permissions), you will see a complete or a limited set of editable issue properties.

Editing an existing issue's Subject or Description

In order to edit an existing issue, your role has to have the Issue Tracking > Edit Issues right in the the roles and permissions configation.
This right gives you a (More) link after the Change Properties section title in the "Update issue" panel.

  1. Open the issue
  2. Click Update link (having a pen icon) at the top or the bottom of the issue page.
  3. See Change properties dialog with the (More) link (see a screenshot below).
  4. Clicking on the (More) link will bring-up an editable copy of the Subject and Description of the issue.

Updated screenshot for More link

Subtasks

Subtasks (#443) are introduced in Redmine 1.0.0 (RC). They are integrated in r3573, r3574, r3576, r3577 and refined in r3618. They are fixed in r3593, r3633, r3677 and r4061.
Subtask related changes for Parent issues are made in r3617, r3671, r3821 and r3869.

You can update an issue and access the "More"-link to (re)set the "Parent task" field. This can be used to "convert" a normal issue into a subtask, move a subtask from one parent to another, or convert a subtask to a normal issue.

TODO, extend (please keep the revision info above for referencing while this TODO is current).

Updated by Dave Clements about 13 years ago · 22 revisions