Details about a created issue or subtask.

interface CreatedIssue {
    id: string;
    key: string;
    self: string;
    transition?: Version3.Version3Models.NestedResponse;
}

Properties

Properties

id: string

The ID of the created issue or subtask.

key: string

The key of the created issue or subtask.

self: string

The URL of the created issue or subtask.