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

    Interface ProjectIdentifier

    The identifiers for a project.

    interface ProjectIdentifier {
        id?: number;
        key?: string;
    }
    Index

    Properties

    Properties

    id?: number

    The ID of the project.

    key?: string

    The key of the project.