properties property

Map<String, dynamic>? properties
final

The properties of the object, as arbitrary key-value pairs. These properties can be searched using JQL, if the extractions (see Issue Field Option Property Index) are defined in the descriptor for the issue field module.

Implementation

final Map<String, dynamic>? properties;