A list of issue IDs.

interface IssueList {
    issueIds: string[];
}

Properties

Properties

issueIds: string[]

The list of issue IDs.