List of issues and JQL queries.

interface IssuesAndJQLQueries {
    issueIds: number[];
    jqls: string[];
}

Hierarchy (view full)

Properties

Properties

issueIds: number[]

A list of issue IDs.

jqls: string[]

A list of JQL queries.