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

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

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

Interfaces

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.