A list of issue IDs.

interface IssueList {
    issueIds: string[];
}

Hierarchy (view full)

Properties

Properties

issueIds: string[]

The list of issue IDs.