originalIssueTypeMappings property

Map<String, dynamic>? originalIssueTypeMappings
final

For draft workflow schemes, this property is the issue type to workflow mappings for the original workflow scheme, 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>? originalIssueTypeMappings;