Versions Compared

Key

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

...

Field TypeReturn TypeComments
Checkboxes
Collection<Option>

Date Picker
java.util.Date

Date Time Picker
java.util.Date

Labels
Set<Label>

Number Field
Double

Radio Buttons
OptionString

Select List (cascading)
Map<String, Option>

The key in the map represents the field depth of the select list. A key of null is the first level, and a key of "1" (the string "1") is the second level select list.

Select List (multiple choices)
Collection<Option>

Select List (single choice)
String

Text Field (multi line)
String

Text Field (single line)
String

URL Field
String

User Picker (single user)
User or
ApplicationUser (depending on JIRA version)

...