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

    Interface GetAtlassianTeamResponse

    interface GetAtlassianTeamResponse {
        capacity?: number;
        id: string;
        issueSourceId?: number;
        planningStyle: string;
        sprintLength?: number;
    }
    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.

    planningStyle: string

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

    sprintLength?: number

    The sprint length for the Atlassian team.