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

    Interface GetRequestTypeGroups

    interface GetRequestTypeGroups {
        limit?: number;
        serviceDeskId: string;
        start?: number;
    }
    Index

    Properties

    limit?: number

    The maximum number of items to return per page. Default: 100. See the Pagination section for more details.

    serviceDeskId: string

    The ID of the service desk whose customer request type groups are to be returned. This can alternatively be a project identifier.

    start?: number

    The starting index of the returned objects. Base index: 0. See the Pagination section for more details.