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

    Interface GetTeams

    interface GetTeams {
        cursor?: string;
        maxResults?: number;
        planId: number;
    }
    Index

    Properties

    cursor?: string

    The cursor to start from. If not provided, the first page will be returned.

    maxResults?: number

    The maximum number of plan teams to return per page. The maximum value is 50. The default value is 50.

    planId: number

    The ID of the plan.