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

    Interface RequestTypeCreate

    interface RequestTypeCreate {
        description?: string;
        helpText?: string;
        issueTypeId?: string;
        name?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string

    Description of the request type on the service desk.

    helpText?: string

    Help text for the request type on the service desk.

    issueTypeId?: string

    ID of the request type to add to the service desk.

    name?: string

    Name of the request type on the service desk.