Priority schemes associated with the issue priority.

interface ExpandPrioritySchemePage {
    maxResults?: number;
    startAt?: number;
    total?: number;
}

Hierarchy

  • Record<string, unknown>
    • ExpandPrioritySchemePage

Properties

maxResults?: number
startAt?: number
total?: number