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

    Interface GetRequestTypeFields

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

    Properties

    expand?: string[]

    Use expand to include additional information in the response. This parameter accepts hiddenFields that returns hidden fields associated with the request type.

    requestTypeId: number

    The ID of the request types whose fields are to be returned.

    serviceDeskId: string

    The ID of the service desk containing the request types whose fields are to be returned. This can alternatively be a project identifier.