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

x/jira/src/serviceDesk/parameters/attachTemporaryFile.ts>AttachTemporaryFile

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface AttachTemporaryFile
import { type AttachTemporaryFile } from "https://deno.land/x/jira@v3.0.2/src/serviceDesk/parameters/attachTemporaryFile.ts";

Properties

serviceDeskId: string

The ID of the Service Desk to which the file will be attached. This can alternatively be a project identifier.

attachment: Attachment | Attachment[]