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

x/jira/src/serviceDesk/models/requestCreate.ts>RequestCreate

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

Properties

optional
serviceDeskId: string

ID of the service desk in which to create the request.

optional
requestTypeId: string

ID of the request type for the request.

optional
requestFieldValues: { }

JSON map of Jira field IDs and their values representing the content of the request.

optional
requestParticipants: string[]

List of customers to participate in the request, as a list of accountId values.

optional
raiseOnBehalfOf: string

The accountId of the customer that the request is being raised on behalf of.

optional
channel: string

(Experimental) Shows extra information for the request channel.