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

    Interface GetRequestTypeById

    interface GetRequestTypeById {
        expand?: string[];
        requestTypeId: number;
        serviceDeskId: string;
    }
    Index

    Properties

    expand?: string[]
    requestTypeId: number

    The ID of the customer request type to be returned.

    serviceDeskId: string

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