Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/version3/models/jexpJqlIssues.ts>JexpJqlIssues

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface JexpJqlIssues
import { type JexpJqlIssues } from "https://deno.land/x/jira@v3.0.2/src/version3/models/jexpJqlIssues.ts";

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.

Properties

optional
query: string

The JQL query.

optional
startAt: number

The index of the first issue to return from the JQL query.

optional
maxResults: number

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.

optional
validation: string

Determines how to validate the JQL query and treat the validation results.