Project

General

Profile

Actions

RusRedmineIssueTrackingSetup » History » Revision 2

« Previous | Revision 2/9 (diff) | Next »
Ruslan Khasanov, 2011-06-10 22:44


Система отслеживания задач

Трекеры

Трекеры

Трекеры представляют собой различные типы задач. Для каждого трекера вы можете определить:
  • Будут ли задачи, связанные с данным трекером отображаться в оперативном плане
  • последовательность действий

Если вы создаете новый трекер, вы должны определить его последовательность действий, чтобы правильно его использовать. Когда вы создаете новый трекер, обратите внимание, что вы можете скопировать последовательность действий из существующего трекера (для этого выберите трекер в выпадающем списке "Скопировать последовательность действий из").

Статусы задач

Статусы задач могут быть свободно добавлены и удалены. Каждый статус имеет две настраиваемые опций:
  • Задача закрыта:указывает, что задача рассматривается в качестве закрытой (более одного статуса может быть объявлен как закрытый)
  • Значение по умолчанию: состояние применяется по умолчанию для новых задач (только один статус может быть статусом по умолчанию)

% Done

This option (and its column in the Issue statuses overview) is only available if the "Calculate the issue done ratio" option in the application settings has been set to "Use the issue status".
If left blank, changing an issue to this status will not change its percent done.

Update issue done ratios

This command is only available if the "Calculate the issue done ratio" option in the application settings has been set to "Use the issue status". On execution it will set all issue statuses to the values defined in each status' "% Done" setting.

Workflow

The workflow lets you define status transitions that the various project members are allowed to make on the issues, according to their type.

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.

Note: To change an issue status, a user needs to have either 'Edit' or 'Add note' permissions (see Roles and permissions).

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.

Updated by Ruslan Khasanov almost 13 years ago · 2 revisions