Project

General

Profile

Actions

Руководство->Руководство пользователя

Оригинал: Project settings v.32

Настройки проекта

Информация

На этом экране вы можете установить основные (наиболее важные) настройки для выбранного проекта.

Общие параметры

Доступны следующие основные настройки:
  • Имя: отображаемое название проекта (должно быть уникальным).
  • Родительский проект: позволяет вам определить проект, родительский к создаваемому. Проекты могут иметь неограниченную вложенность.
  • Описание: описание, которое появляется в обзоре проекта.
  • Уникальный идентификатор: используется приложением для различных нужд (например, в URL). Он должен быть уникальным и не может состоять только из цифр. После создания проекта этот идентификатор не может быть изменен.
  • Стартовая страница: ссылка на стартовую страницу, которая появляется в обзоре проекта.
  • Общедоступный: если отмечено, то проект может быть просмотрен всеми пользователями, включая тех, кто не является членом проекта. Если не отмечено, то только пользователи проекта в соответствии с их ролями имеют к нему доступ.

Если есть какие-либо сконфигурированные администратором настраиваемые поля для проектов, то они будут отображены после описанной выше настройки "Общедоступный".

Трекеры

Redmine позволяет определить, какие из настроенных трекеров (а соответственно, и их последовательностей действий) вы сможете использовать в рамках этого конкретного проекта.

  • Трекеры: выберите трекеры, которые вы хотите использовать для вопросов по проекту. Только администратор может определить новые трекеры.

Настраиваемые поля

Обратите внимание, что настроить (например, снять пометку) можно только некоторые из этих настраиваемых полей, - те настраиваемые поля для задач, которые не определены как глобальные настраиваемые поля (что может быть сделано администратором путём установки флажка "Для всех проектов" в окне создания/редактирования настраиваемого поля).

Модули

На этом экране можно выбрать, какие модули Вы хотите использовать для проекта.

Отключение модуля не приводит к удалению связанных данных. Оно просто предотвращает доступ к нему пользователей. После отключения модуля он может быть повторно включён со всеми его данными.
Вы можете, например, отключить модуль 'Задачи' для отдельного проекта. Существующие задачи не удалятся. Вы сможете получить доступ к ним, если вы повторно включите модуль.

Основные модули

Дополнительные модули могут быть добавлены к системе с помощью модулей Redmine. Модули могут быть установлены только администратором.

Участники

Этот экран позволяет определить участников проекта и их роли. Вы можете добавить пользователя или группу с одной или несколькими ролями в данном проекте.

Версии

Projects versions allow you to track and plan changes. You can assign issues to versions and then view the list of assigned issues for each version on the roadmap.
You can also assign a wikipage to a version which will be added to the roadmap and the version overview.

Note: the roadmap menu-item shows up in the project-menu only when the issue tracking module is enabled for the project and at least one version is configured in the projects settings.

The following properties are configurable for (each of the) versions:
  • Name: The text you want to be displayed to identify the version. This field is required.
  • Description: A short description to describe the version. This field is optional.
  • Status: the status lets you control how issues can be assigned to the version:
    • open: no restriction (default)
    • locked: can not assign new issues to the version
    • closed: can not assign new issues and can not reopen assigned issues
  • Wiki Page: The name of a wikipage assigned to the version. This field is optional.
  • Date: The due date for the version to be completed. This field is optional.
  • Sharing: this option lets you share the version with other projects, so that issues from these other projects can be assigned to the shared versions. Each version can be shared with:
    • subprojects: all the descendant projects
    • projects in the project hierarchy: ancestors + descendants (needs versions management permission on the root project)
    • projects in the project tree: root project + all its descendants (same as above)
    • all projects (can be set by admin users only)
---------------------------------------------------------------------------------
| None          | Subprojects   | Hierarchy     | Tree          | All projects  |
|               |               |               |               |               |
|      X     X  |      X     X  |      o     X  |      o     X  |      o     o  |
|      |     |  |      |     |  |      |     |  |      |     |  |      |     |  |
|    --X--   X  |    --X--   X  |    --o--   X  |    --o--   X  |    --o--   o  |
|   /  |  \     |   /  |  \     |   /  |  \     |   /  |  \     |   /  |  \     |
|  X   V   X    |  X   V   X    |  X   V   X    |  o   V   o    |  o   V   o    |
|     / \       |     / \       |     / \       |     / \       |     / \       |
|    X   X      |    o   o      |    o   o      |    o   o      |    o   o      |
|   /           |   /           |   /           |   /           |   /           |
|  X            |  o            |  o            |  o            |  o            |
---------------------------------------------------------------------------------

V = project with the shared version
o = projects that can assign issues to the shared version
X = projects that can't assigne issues to the shared version
Sharing a version of a private project with public projects will make its name visible to everyone.

From the versions list, you can click on Close completed versions to automatically set the status of all the completed versions (due date reached and no open issues) to closed.

Issue categories

Issue categories let you to organize issues. Categories can for example correspond to the different components of your project.

You are able to configure your own set of issue categories for each individual project. It is also possible to auto-assign new issues to a specific user based on the chosen category of the newly created issues.

The following properties are configurable for (each of the) issue categories:
  • Name: The text you want to be displayed to identify the issue category. This field is required.
  • Assigned to: The project member to who you want to auto-assign newly created issues in this category. This field is optional.

Wiki

Each project can have its own wiki. Enable the module on the desired project to activate it.

  • Start page: This page is used as the start page for the wiki in both the project menu wiki link as well as in the start page link in the wiki sidebar (default: 'Wiki'). This field is required.

Repository

A SCM repository can be associated with each project. Once the repository is configured, you can browse it and view the changesets. The changesets also appear in the Activity view.
See the following page for details about how to configure your repository in Redmine.

Forums

Each project can have one or more discussion forums. Each forum has the following properties:
  • Name: The text you want to be displayed to identify the discussion forum. This field is required.
  • Description: A short description to describe the subject of the specific forum. This field is required.

Действия (учёт времени)

TODO

Updated by Ivan Bagaev almost 8 years ago · 12 revisions