requestFieldValues property

Map<String, dynamic>? requestFieldValues
final

JSON map of Jira field IDs and their values representing the content of the request.

Implementation

final Map<String, dynamic>? requestFieldValues;