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

    Interface GetPlanResponseForPage

    interface GetPlanResponseForPage {
        id: string;
        issueSources?: Version3Models.GetIssueSourceResponse[];
        name: string;
        status: string;
    }
    Index

    Properties

    id: string

    The plan ID.

    The issue sources included in the plan.

    name: string

    The plan name.

    status: string

    The plan status. This is "Active", "Trashed" or "Archived".