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

    Interface CreatePlanOnlyTeam

    interface CreatePlanOnlyTeam {
        capacity?: number;
        issueSourceId?: number;
        memberAccountIds?: string[];
        name: string;
        planId: number;
        planningStyle: string;
        sprintLength?: number;
    }
    Index

    Properties

    capacity?: number

    The capacity for the plan-only team.

    issueSourceId?: number

    The ID of the issue source for the plan-only team.

    memberAccountIds?: string[]

    The account IDs of the plan-only team members.

    name: string

    The plan-only team name.

    planId: number

    The ID of the plan.

    planningStyle: string

    The planning style for the plan-only team. This must be "Scrum" or "Kanban".

    sprintLength?: number

    The sprint length for the plan-only team.