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

    Interface RequestType

    interface RequestType {
        description?: string;
        Expands?: string[];
        fields?: CustomerRequestCreateMeta;
        groupIds?: string[];
        helpText?: string;
        icon?: RequestTypeIcon;
        id?: string;
        issueTypeId?: string;
        Links?: SelfLink;
        name?: string;
        portalId?: string;
        practice?: string;
        serviceDeskId?: string;
    }
    Index

    Properties

    description?: string

    Description of the request type.

    Expands?: string[]

    List of items that can be expanded in the response by specifying the expand query parameter.

    groupIds?: string[]

    List of the request type groups the request type belongs to.

    helpText?: string

    Help text for the request type.

    id?: string

    ID for the request type.

    issueTypeId?: string

    ID of the issue type the request type is based upon.

    Links?: SelfLink
    name?: string

    Short name for the request type.

    portalId?: string

    ID of the customer portal associated with the service desk project.

    practice?: string

    The request type's practice

    serviceDeskId?: string

    ID of the service desk the request type belongs to.