Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

The following custom field types are available. They are all available in JQL, REST API, boards, dashboards, reports, and all other places in Jira that fields are used in.

Different validation rules for values are available, depending on the field’s type.

Edit permissions can be defined for all of these fields.

Validated String Field

The field stores values as single-line strings.

...

The field stores values as integer number.

Validated Date Time Field

The field stores dates with time. With validation rules, you can define how far into the past or into the future the date can be.

Validated User Field

The field stores users. Offers user auto-complete during edit and when searching in JQL.

...

On the configuration page, the text will turn red if the regular expression is invalid.

...

Checks that the number value is less than the given number.

Value in group

Applicable for to user custom fields. Checks that the selected user belongs to one of the given groups.

Value not in group

Applicable for to user custom fields. Checks that the selected user doesn’t belong to any of the given groups.

Max number of values

Applicable for to multi-value fields. Checks that the value comprises at most the given number of items.

Min number of values

Applicable for to multi-value fields. Checks that the value comprises at least the given number of items.

At most N days in the past

Applicable to date time fields. Checks that the date is no older than the given number of days.

(blue star) Set this number to 0, to allow only future dates.

At most N days in the future

Applicable to date time fields. Checks that the date is not farther into the future than the given number of days.

(blue star) Set this number to 0 to allow only past dates.

Permission rules

These rules control who can edit the field.

...