Details about a created issue or subtask.

interface CreatedIssue {
    id?: string;
    key?: string;
    self?: string;
    transition?: NestedResponse;
    watchers?: 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.

transition?: NestedResponse

The response code and messages related to any requested transition.

watchers?: NestedResponse

The response code and messages related to any requested watchers.