From 485094e00a0c2ae09d79858963e94fabcdf9689d Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 8 Dec 2011 23:42:37 +0100 Subject: Bug 707170: Several features about custom fields are missing in the documentation r=dkl a=LpSolit --- docs/en/xml/administration.xml | 57 ++++++++++++++++++++++++++++++++++++------ 1 file changed, 50 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/en/xml/administration.xml b/docs/en/xml/administration.xml index a21f7c8b3..6232ba249 100644 --- a/docs/en/xml/administration.xml +++ b/docs/en/xml/administration.xml @@ -2408,6 +2408,16 @@ ReadOnly: ENTRY, NA/NA, CANEDIT + + + Reverse Relationship Description: + When the custom field is of type Bug ID, you can + enter text here which will be used as label in the referenced + bug to list bugs which point to it. This gives you the ability + to have a mutual relationship between two bugs. + + + Can be set on bug creation: @@ -2444,6 +2454,35 @@ ReadOnly: ENTRY, NA/NA, CANEDIT must be entered. + + + + Field only appears when: + A custom field can be made visible when some criteria is met. + For instance, when the bug belongs to one or more products, + or when the bug is of some given severity. If left empty, then + the custom field will always be visible, in all bugs. + + + + + + Field that controls the values that appear in this field: + When the custom field is of type Drop Down or + Multiple-Selection Box, you can restrict the + availability of the values of the custom field based on the + value of another field. This criteria is independent of the + criteria used in the Field only appears when + setting. For instance, you may decide that some given value + valueY is only available when the bug status + is RESOLVED while the value valueX should + always be listed. + Once you have selected the field which should control the + availability of the values of this custom field, you can + edit values of this custom field to set the criteria, see + . + + @@ -2478,13 +2517,12 @@ ReadOnly: ENTRY, NA/NA, CANEDIT Legal Values - Since Bugzilla 2.20 RC1, legal values for Operating Systems, platforms, - bug priorities and severities can be edited from the User Interface - directly. This means that it is no longer required to manually edit - localconfig. Starting with Bugzilla 2.23.3, - the list of valid resolutions can be customized from the same interface. - Since Bugzilla 3.1.1 the list of valid bug statuses can be customized - as well. + Legal values for the operating system, platform, bug priority and + severity, custom fields of type Drop Down and + Multiple-Selection Box (see ), + as well as the list of valid bug statuses and resolutions can be + customized from the same interface. You can add, edit, disable and + remove values which can be used with these fields.
@@ -2500,6 +2538,11 @@ ReadOnly: ENTRY, NA/NA, CANEDIT must be unique to that field. The sortkey is important to display these values in the desired order. + + When the availability of the values of a custom field is controlled + by another field, you can select from here which value of the other field + must be set for the value of the custom field to appear. +
-- cgit v1.2.3-24-g4f1b