Skip to end of banner
Go to start of banner

Constraints

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Constraint Types

Min/Max Value

This constrain allows a minimum and maximum value to be set for the input data. The data must fall between these values in order for the user to be allowed to complete the operation. Because of the nature of this constraint only numeric, date, and interval data types may be used with this constraint.

Static List

A static list constraint requires the user to select an option from the pre-configured list of values. When entering values in this list you must also set a key. The key should match the key in the database. This will allow the values in Jira to be refreshed when changes are made in the database.

Yes?

Dynamic List

A dynamic list allows for a script to be used to generate the list. This could allow for different allowed values based on Jira project, parent Epic, user, etc.

Constraints by Data Type

Type

Min/Max Val

Static List

Dynamic List

Sequence

(error)

(error)

(error)

Boolean

(error)

(error)

(error)

Number

(tick)

(tick)

(error)

Real

(tick)

(tick)

(error)

String

(error)

(tick)

(tick)

Date

(tick)

(error)

(error)

Date Time

(tick)

(error)

(error)

Interval

(tick)

(error)

(error)

  • No labels