Details about a created issue or subtask.

interface CreatedIssue {
    id: string;
    key: string;
    self: string;
    transition?: Version2.Version2Models.NestedResponse;
    watchers?: Version2.Version2Models.NestedResponse;
}

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.