Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface RequestTypeCreate
import { type RequestTypeCreate } from "https://deno.land/x/jira@v3.0.2/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.