Versions Compared

Key

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

The getAvailableOptions(String fieldName) method on any Issue object, such as the one provided by the issue,  linkedIssue and parentIssue variables (where applicable), as well as Issue objects returned by other methods such as getParentObject()getEpic() or getLinkedIssues(), returns a collection of available options for the specified field. The return type depends on the field specified. For example, a version picker type field returns a Collection<Version>, the Component/s field returns a Collection<ProjectComponent>, etc. 

...

(warning) Dynamic fields like Description, Summary, Labels etc are not supported in this method. If you try passing these fields you will get an error.See here for this method's use case.

On this page:

Table of Contents

...

Field NameField IDReturns
Affects Version/sversions
Collection<Version>
Component/scomponentsCollection<ProjectComponent>
Fix Version/sfixVersions
Collection<Version>
PrioritypriorityCollection<Priority>
Resolutionresolution
Collection<Resolution>
Security Levelsecurity
Collection<IssueSecurityLevel>

Supported Custom fields

A custom field available options display is decided by the custom field type implementation. 

...

Field NameReturns

Checkboxes / Multi-select list / Radio buttons / Single-select list / Cascading

Collection<Option>

Single Version picker / Multi-version picker

Collection<Version>
Project picker
Collection<Project>