IssueTypeScreenSchemeMapping class

The IDs of the screen schemes for the issue type IDs.

Constructors

IssueTypeScreenSchemeMapping({required String issueTypeId, required String screenSchemeId})
IssueTypeScreenSchemeMapping.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
issueTypeId String
The ID of the issue type or default. Only issue types used in classic projects are accepted. An entry for default must be provided and defines the mapping for all issue types without a screen scheme.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenSchemeId String
The ID of the screen scheme. Only screen schemes used in classic projects are accepted.
final

Methods

copyWith({String? issueTypeId, String? screenSchemeId}) IssueTypeScreenSchemeMapping
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