fields property
A list of fields to return for each issue, use it to retrieve a subset of fields. This parameter accepts a comma-separated list. Expand options include:
*allReturns all fields.*navigableReturns navigable fields.- Any issue field, prefixed with a minus to exclude.
The default is *navigable.
Examples:
summary,commentReturns the summary and comments fields only.-descriptionReturns all navigable (default) fields except description.*all,-commentReturns all fields except comments.
Multiple fields parameters can be included in a request.
Note: All navigable fields are returned by default. This differs from GET issue where the default is all fields.
Implementation
final List<String> fields;