The issue matching the request.

Hierarchy

  • Issue

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
attributes: IssueAttributes

Object containing the information of an issue.

id: string

Issue identifier.

relationships?: IssueRelationships

Relationship between the issue and an assignee, case and/or teams.

type: IssueType

Type of the object.

Generated using TypeDoc