IssueContextVariable class

An issue specified by ID or key. All the fields of the issue object are available in the Jira expression.

Constructors

IssueContextVariable({int? id, String? key, required String type})
IssueContextVariable.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id int?
The issue ID.
final
key String?
The issue key.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
Type of custom context variable.
final

Methods

copyWith({int? id, String? key, String? type}) IssueContextVariable
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