Default values and Bulk changes

Currency

It has to be one of the active options provided in the context of the field or the default options.

Example: 

{ symbol: '£', value: '13', description: 'British pound', isoCode: 'GBP' }

All information like symbol, description and isoCode is provided when you edit the context of the field or open the default options in configuration. 

Decimal

It can be any number. If it is a decimal number, the decimal has to be separated with a dot. It is the same behavior as in the field itself. 

Issue rating

Options are: 

  • 1-star

  • 2-stars

  • 3-stars

  • 4-stars

  • 5-stars

These values can be entered as a default value and it will render the appropriate amount of stars.

Min/Max

A simple number. In case the number is not in the range, the creation of an issue will be blocked and the value has to be changed.

Progress bar

A number between 0 and 100.

Moscow field

It has to be one of the options provided in the context of the field or the default options.
So for example, a default value can be: MUST

Tshirt

One of the options available for the field. 
XS, S, M, L, XL, XXL

Traffic light

One of the options available for the field.
red, yellow, green

Single Select Picker

It has to be one of the active options provided in the context of the field. option_value can be copied from context configuration.

Example: 

{ "choice": { "label":"option-name", "value":"option_value" } }

Multi Select Picker

It has to be one or multiple of the active options provided in the context of the field. option_value can be copied from context configuration.

Example: 

{ "choice": [ { "label":"option-name", "value":"option_value" }, { "label":"option-name", "value":"option_value" } ] }

Multilevel Select

It has to be one cascading active option provided in the context of the field. option_id can be copied from context configuration.

Example: 

Custom Units

It has to be one of the active options provided in the context of the field or the default options.

Example:

Panel

A simple text, due to limitations preferably text up to 25 words, the rest will be visible on the hover.

Abbreviate Numbers

A number between -100000000000000 and 100000000000000 (-1e+15 and 1e+15).