Jira.js - Jira Cloud API library
    Preparing search index...

    Interface CreatedIssue

    Details about a created issue or subtask.

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

    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.