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

    Interface IssueMatches

    A list of matched issues or errors for each JQL query, in the order the JQL queries were passed.

    interface IssueMatches {
        matches: Version2Models.IssueMatchesForJQL[];
    }
    Index

    Properties

    Properties