Details of the operations that can be performed on the issue.

interface Operations {
    linkGroups?: LinkGroup[];
}

Hierarchy

  • Record<string, unknown>
    • Operations

Properties

Properties

linkGroups?: LinkGroup[]

Details of the link groups defining issue operations.