Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/version2/models/issuesJqlMetaData.ts>IssuesJqlMetaData

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

The description of the page of issues loaded by the provided JQL query.

Properties

count: number

The number of issues that were loaded in this evaluation.

maxResults: number

The maximum number of issues that could be loaded in this evaluation.

startAt: number

The index of the first issue.

totalCount: number

The total number of issues the JQL returned.

optional
validationWarnings: string[]

Any warnings related to the JQL query. Present only if the validation mode was set to warn.