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

    Interface AddAtlassianTeam

    interface AddAtlassianTeam {
        capacity?: number;
        id: string;
        issueSourceId?: number;
        planId: number;
        planningStyle: string;
        sprintLength?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    capacity?: number

    The capacity for the Atlassian team.

    id: string

    The Atlassian team ID.

    issueSourceId?: number

    The ID of the issue source for the Atlassian team.

    planId: number

    The ID of the plan.

    planningStyle: string

    The planning style for the Atlassian team. This must be "Scrum" or "Kanban".

    sprintLength?: number

    The sprint length for the Atlassian team.