JiraExpressionEvalContextBean constructor
JiraExpressionEvalContextBean({
- int? board,
- List<
CustomContextVariable> ? custom, - int? customerRequest,
- IdOrKeyBean? issue,
- JexpIssues? issues,
- IdOrKeyBean? project,
- int? serviceDesk,
- int? sprint,
Implementation
JiraExpressionEvalContextBean(
{this.board,
List<CustomContextVariable>? custom,
this.customerRequest,
this.issue,
this.issues,
this.project,
this.serviceDesk,
this.sprint})
: custom = custom ?? [];