Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Custom field type

Expected values and format when setting the field

Examples

Text Field (single line)
Text Field (multi line)
Text Field (read only)

Text value (any other type will be cast to the text)

This is an example text with a line brake
New line is here

Number Field

Number

1
1.23
12345

Date Picker

Date format:
yyyy-MM-dd
yyyy/MM/dd

2000-01-01
2000/01/01

Date Time Picker

Date with time format:
yyyy-MM-dd hh:mm:ss
yyyy/MM/dd hh:mm:ss

2000-01-01 01:01:01
2010/01/01 23:05:12

Labels

Admits + and - prefixes to add and remove single items.
All items must be in a new line.
Items without + and - replace actual values.

newlabel
+ roadmap
- question

Checkboxes

Name of the choice to be selected.
Admits + and - prefixes to add and remove single items.
All items must be in a new line.
Items without + and - replace actual values.

New option
+ Yes, i do
- No

URL Field

WWW url with protocol

http://www.mysite.com
https://www.mysite.com

Select list (single choice)

Name of the choice to be selected.

Option
Another option

Select list (multiple choice)

Name of the choice to be selected.
Admits + and - prefixes to add and remove single items.
All items must be in a new line.
Items without + and - replace actual values.

New option
+ Yes, I do
- No

Select list (cascading)

Name of the choice to be selected.
Values separated the sign "::". Value without the sign "::" defines only the first level.

Only the first level set
First level set :: Second level set

Group Picker (single group)

Name of a group.

jira-administrators

Group Picker (multiple groups)

Name of a group.
Admits + and - prefixes to add and remove single items.
All items must be in a new line.
Items without + and - replace actual values.

jira-administrators
+ jira-users
- jira-product-owners

User Picker (single user)

Name of a username (not full name).

john

User Picker (multiple users)

Name of a username (not full name).
All items must be in a new line.
Admits + and - prefixes to add and remove single items.
Items without + and - replace actual values.

john
+ arnold
- stefan

Project Picker (single project)

Project key or project id.

SDESK
10001

...