fields property
List of issue screen fields to update, specifying the sub-field to update
and its value for each field. This field provides a straightforward option
when setting a sub-field. When multiple sub-fields or other operations are
required, use update
. Fields included in here cannot be included in
update
.
Implementation
final Map<String, dynamic>? fields;