JexpJqlIssues class
The JQL specifying the issues available in the evaluated Jira expression
under the issues
context variable. Not all issues returned by the JQL
query are loaded, only those described by the startAt
and maxResults
properties. To determine whether it is necessary to iterate to ensure all
the issues returned by the JQL query are evaluated, inspect
meta.issues.jql.count
in the response.
Constructors
- JexpJqlIssues({int? maxResults, String? query, int? startAt, JexpJqlIssuesValidation? validation})
-
JexpJqlIssues.fromJson(Map<
String, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxResults → int?
-
The maximum number of issues to return from the JQL query. Inspect
meta.issues.jql.maxResults
in the response to ensure the maximum value has not been exceeded.final - query → String?
-
The JQL query.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startAt → int?
-
The index of the first issue to return from the JQL query.
final
- validation → JexpJqlIssuesValidation?
-
Determines how to validate the JQL query and treat the validation results.
final
Methods
-
copyWith(
{int? maxResults, String? query, int? startAt, JexpJqlIssuesValidation? validation}) → JexpJqlIssues -
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