Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/serviceDesk/models/requestTypeCreate.ts>RequestTypeCreate

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Go to Latest
interface RequestTypeCreate
import { type RequestTypeCreate } from "https://deno.land/x/jira@v2.15.12/src/serviceDesk/models/requestTypeCreate.ts";

Properties

optional
issueTypeId: string

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

optional
name: string

Name of the request type on the service desk.

optional
description: string

Description of the request type on the service desk.

optional
helpText: string

Help text for the request type on the service desk.