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

    Interface ProjectIdentifiers

    Identifiers for a project.

    interface ProjectIdentifiers {
        id: number;
        key: string;
        self: string;
    }
    Index

    Properties

    Properties

    id: number

    The ID of the created project.

    key: string

    The key of the created project.

    self: string

    The URL of the created project.