IssueTypeWorkflowMapping class

Details about the mapping between an issue type and a workflow.

Constructors

IssueTypeWorkflowMapping({String? issueType, bool? updateDraftIfNeeded, String? workflow})
IssueTypeWorkflowMapping.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
issueType String?
The ID of the issue type. Not required if updating the issue type-workflow mapping.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateDraftIfNeeded bool
Set to true to create or update the draft of a workflow scheme and update the mapping in the draft, when the workflow scheme cannot be edited. Defaults to false. Only applicable when updating the workflow-issue types mapping.
final
workflow String?
The name of the workflow.
final

Methods

copyWith({String? issueType, bool? updateDraftIfNeeded, String? workflow}) IssueTypeWorkflowMapping
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