A list of the issues matched to a JQL query or details of errors encountered during matching.

interface IssueMatchesForJQL {
    errors: string[];
    matchedIssues: number[];
}

Properties

errors: string[]

A list of errors.

matchedIssues: number[]

A list of issue IDs.