IssueTypesWorkflowMapping class

Details about the mapping between issue types and a workflow.

Constructors

IssueTypesWorkflowMapping({bool? defaultMapping, List<String>? issueTypes, bool? updateDraftIfNeeded, String? workflow})
IssueTypesWorkflowMapping.fromJson(Map<String, Object?> json)
factory

Properties

defaultMapping bool
Whether the workflow is the default workflow for the workflow scheme.
final
hashCode int
The hash code for this object.
no setterinherited
issueTypes List<String>
The list of issue type IDs.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateDraftIfNeeded bool
Whether a draft workflow scheme is created or updated when updating an active workflow scheme. The draft is updated with the new workflow-issue types mapping. Defaults to false.
final
workflow String?
The name of the workflow. Optional if updating the workflow-issue types mapping.
final

Methods

copyWith({bool? defaultMapping, List<String>? issueTypes, bool? updateDraftIfNeeded, String? workflow}) IssueTypesWorkflowMapping
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited