Jira.js - Jira Cloud API library
    Preparing search index...

    Interface IssueMatchesForJQL

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

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

    Properties

    errors: string[]

    A list of errors.

    matchedIssues: number[]

    A list of issue IDs.