interface GetAtlassianTeamResponse {
    capacity?: number;
    id: string;
    issueSourceId?: number;
    planningStyle: "Scrum" | "Kanban";
    sprintLength?: number;
}

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: "Scrum" | "Kanban"

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

sprintLength?: number

The sprint length for the Atlassian team.