JiraExpressionEvalContextBean class

Constructors

JiraExpressionEvalContextBean({int? board, List<CustomContextVariable>? custom, int? customerRequest, IdOrKeyBean? issue, JexpIssues? issues, IdOrKeyBean? project, int? serviceDesk, int? sprint})
JiraExpressionEvalContextBean.fromJson(Map<String, Object?> json)
factory

Properties

board int?
The ID of the board that is available under the board variable when evaluating the expression.
final
custom List<CustomContextVariable>
Custom context variables and their types. These variable types are available for use in a custom context:
final
customerRequest int?
The ID of the customer request that is available under the customerRequest variable when evaluating the expression. This is the same as the ID of the underlying Jira issue, but the customer request context variable will have a different type.
final
hashCode int
The hash code for this object.
no setterinherited
issue IdOrKeyBean?
The issue that is available under the issue variable when evaluating the expression.
final
issues JexpIssues?
The collection of issues that is available under the issues variable when evaluating the expression.
final
project IdOrKeyBean?
The project that is available under the project variable when evaluating the expression.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceDesk int?
The ID of the service desk that is available under the serviceDesk variable when evaluating the expression.
final
sprint int?
The ID of the sprint that is available under the sprint variable when evaluating the expression.
final

Methods

copyWith({int? board, List<CustomContextVariable>? custom, int? customerRequest, IdOrKeyBean? issue, JexpIssues? issues, IdOrKeyBean? project, int? serviceDesk, int? sprint}) JiraExpressionEvalContextBean
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