issueTypeMappings property

Map<String, dynamic>? issueTypeMappings
final

The issue type to workflow mappings, where each mapping is an issue type ID and workflow name pair. Note that an issue type can only be mapped to one workflow in a workflow scheme.

Implementation

final Map<String, dynamic>? issueTypeMappings;