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

    Interface ProjectLandingPageInfo

    interface ProjectLandingPageInfo {
        attributes?: {};
        boardId?: number;
        boardName?: string;
        projectKey?: string;
        projectType?: string;
        queueCategory?: string;
        queueId?: number;
        queueName?: string;
        simpleBoard?: boolean;
        simplified?: boolean;
        url?: string;
    }
    Index

    Properties

    attributes?: {}
    boardId?: number
    boardName?: string
    projectKey?: string
    projectType?: string
    queueCategory?: string
    queueId?: number
    queueName?: string
    simpleBoard?: boolean
    simplified?: boolean
    url?: string