Project

General

Profile

RusRedmineCustomFields » History » Revision 2

Revision 1 (Denis Savitskiy, 2011-06-30 16:13) → Revision 2/6 (Denis Savitskiy, 2011-07-01 08:23)

h1. Настраиваемые Пользовательские поля 

 {{>toc}} 

 Настраиваемые Пользовательские поля дают возможность добавлять дополнительную информацию некоторым типам данных, используемых в Redmine. Прочтите '[[RedmineCustomFields#Custom-field-types|custom field types]]' чтобы узнать все типы данных, которые поддерживают настраиваемые пользовательские поля. 
 Каждое настраиваемое пользовательское поле может быть определено одним в один из типов: [[RedmineCustomFields#Custom-field-supporting-data-types|certain type]]. 

 h2. Типы настраиваемых пользовательских полей 

 Настраиваемые Пользовательские поля могут быть следующих типов: 

 * *Целочисленное*: положительное или отрицательное число 
 * *Строка*: строка ввода 
 * *Текст*: многострочный текст 
 * *Дата*: дата 
 * *Логический тип*: чекбокс 
 * *Список*: выпадающий список 


 Для каждого поля можно задать несколько проверок: 

 * *Минимальная - максимальная длина*: минимальная и максимальная длина поля (0 означает, что ограничений нет) 
 * *Регулярное выражение*: можно использовать регулярное выражение для проверки содержимого поля. Примеры: 

 
 ## _за 4 заглавными буквами следует группа из нескольких цифр_ 
 <pre>^\[A-Z]{4}\d+$</pre> 
 ## _только символы, никаких цифр_ 
 <pre>^[^0-9]*$</pre> 
 

 * *Возможные значения*: возможные значения для поля "Список". В каждой строке одно значение. 

 h2. Поддерживаемые настраиваемыми полями типы данных Custom field supporting data types 

 h3. Настраиваемые поля Задач Fields for Issues 

 Данные в настраиваемых полях задач могут быть использованы и отображены в Data in issue custom fields can be used and/or will be displayed in [[RedmineIssues|issues]], [[RedmineIssueList|issue lists]], [[RedmineIssueList#Custom-queries|custom queries]] и and the [[RedmineTimelogReport|Timelog report]]. 

 * *Трэккеры*: *Trackers*: TODO 
 * *Обязательное*: поле, обязательное для создания/сохранения задачи *Required*: field which is required in order to create/save an issue 
 * *Для всех проектов*: если выбрано, то используется для всех задач во всех проектах. Иначе, для каждого проекта 
 может быть выбрано, используется ли поле в задачах или нет (смотри *For all projects*: if checked, this field is used for the issues of all the projects. If unchecked, each project can choose whether or not to use the field for its issues (see [[RedmineProjectSettings|Project settings]]) settings]]). 
 * *Используемое, как фильтр*: *Used as a filter*: TODO 
 * *Поисковое поле*: поле, по которому можно искать, пользуясь поиском *Searchable*: field which is searchable using the Redmine [[RedmineSearch|search function]] 

 h3. Настраиваемые поля записей Затраченного времени Fields for Spent time entries 

 Данные в настраиваемых полях затраченного времени могут быть использованы и отображены в Data in spent time entry custom fields can be used and/or will be displayed in the [[RedmineTimelogReport|Timelog report]]. 

 * *Обязательное*: поля, необходимые для создания/сохранения записи затраченного времени *Required*: field which is required in order to create/save a spent time entry 

 h3. Настраиваемые поля Проектов Fields for Projects 

 Данные в настраиваемых полях проектов могут быть использованы и отображены в Data in project custom fields can be used and/or will be displayed in the [[RedmineProjectOverview|Project overview]]. 

 * *Обязательное*: *Required*: field which is required in order to create/save a project 
 * *Поисковое поле*: *Searchable*: field which is searchable using the Redmine [[RedmineSearch|search function]] 

 h3. Настраиваемые поля Версий Fields for Versions 

 Данные в настраиваемых полях версий могут быть использованы и отображены в    Data in version custom fields can be used and/or will be displayed in the [[RedmineRoadmap|Roadmap]] и and the [[RedmineVersion|Version overview]]. 

 * *Обязательное*: *Required*: field which is required in order to create/save a version 

 h3. Настраиваемые поля Пользователей Fields for Users 

 Данные в настраиваемых полях пользователей могут быть использованы и отображены в    Data in user custom fields can be used and/or will be displayed in the [[RedmineUserProfiles|user profiles]] profiles]]. 

 * *Обязательные*: *Required*: field which is required in order to create/save a user 
 * *Изменяемое*: *Editable*: field which is editable by the [[RedmineAccounts|Redmine user]] owning the user account 

 h3. Fields for Groups 

 *Note*: group custom fields are not (yet) used in the Redmine core, though other plugins or themes _can/may_ use them. No setting here has any effect on any other parts of Redmine for the time being. 

 h3. Fields for Activities (time tracking) 

 Data in time tracking activity custom fields can be used and/or will be displayed in the [[RedmineTimelogReport|Timelog report]] and the [[RedmineProjectSettings#Activities-time-tracking|Project settings]]. See also #4077 for some details about this nifty feature. 

 * *Обязательное*: *Required*: field which is required in order to create/save an activity 

 h3. Fields for Issue priorities 

 *Note*: issue priority custom fields are not (yet) used in the Redmine core, though other plugins or themes _can/may_ use them. No setting here has any effect on any other parts of Redmine for the time being. 

 h3. Fields for Document categories 

 *Note*: document category custom fields are not (yet) used in the Redmine core, though other plugins or themes _can/may_ use them. No setting here has any effect on any other parts of Redmine for the time being.