...
Custom field type | Expected values and format when setting the field | Examples |
---|---|---|
Text Field (single line) | Text value (any other type will be cast to the text) | This is an example text with a line brake |
Number Field | Number | 1 |
Date Picker | Date format: | 2000-01-01 |
Date Time Picker | Date with time format: | 2000-01-01 01:01:01 |
Labels | Admits + and - prefixes to add and remove single items. | newlabel |
Checkboxes | Name of the choice to be selected. | New option |
URL Field | WWW url with protocol | |
Select list (single choice) | Name of the choice to be selected. | Option |
Select list (multiple choice) | Name of the choice to be selected. | New option |
Select list (cascading) | Name of the choice to be selected. | Only the first level set |
Group Picker (single group) | Name of a group. | jira-administrators |
Group Picker (multiple groups) | Name of a group. | jira-administrators |
User Picker (single user) | Name of a username (not full name). | john |
User Picker (multiple users) | Name of a username (not full name). | john |
Project Picker (single project) | Project key or project id. | SDESK |
...