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

    Interface CustomerRequestCreateMeta

    interface CustomerRequestCreateMeta {
        canAddRequestParticipants?: boolean;
        canRaiseOnBehalfOf?: boolean;
        requestTypeFields?: RequestTypeField[];
    }
    Index

    Properties

    canAddRequestParticipants?: boolean

    Flag indicating if participants can be added to a request (true) or not.

    canRaiseOnBehalfOf?: boolean

    Flag indicating if a request can be raised on behalf of another user (true) or not.

    requestTypeFields?: RequestTypeField[]

    List of the fields included in this request.