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

interface IssueMatches {
    matches: IssueMatchesForJql[];
}

Properties

Properties