Each type of field in a PR must be described with a field
section
in the dbconfig file. These sections have the following general
structure:
field "fieldname" { description "string" [ field-options ... ] datatype [ datatype-options ... ] [ on-change { edit-options ... } ] }
fieldname
is used as the field header in the PR. The characters >
and :
are used internally as field markers by gnats, so they must
not be used in fieldnames.
The order in which the field
sections appear in the
dbconfig file determines the order in which they appear in the PR
text. There is no required order, unlike previous versions of gnats
— the Unformatted field and multitext fields may appear anywhere in
the PR.
The following field-options
may be present within a field
section:
builtin-name
"name"gnats has several fields which are required to be present in a PR, and this option is used to map their external descriptions to their internal usage. The external field names are:
arrival-date
audit-trail
category
closed-date
confidential
yes
, the PR is confidential
description
last-modified
number
originator
priority
responsible
severity
state
submitter-id
synopsis
unformatted
For these built-in fields, a matching field description must
appear in the dbconfig file. Otherwise, the configuration will
be considered invalid, and errors will be generated from the
gnats clients and gnatsd
. We also recommend that you
leave the actual fieldnames of these fields at their default values
(i.e. capitalized versions of their built-in names), since some
clients may depend on these names.
description
"description text"--field-description
option in query-pr
.
This entry must be present in the field description, and there is no
default value.
query-default
exact-regexp | inexact-regexp^
search operator appears in a query, and
is also used for queries in query-pr
that use the old
--field
query options.
If the option is not given, the default search is exact-regexp
.
textsearch
--text
search from query-pr
. The field is
also flagged as a textsearch
field in the set of field flags
returned by the FIELDFLAGS
command in gnatsd.
By default, fields are not marked as textsearch
fields.
read-only
By default, editing is allowed.