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

x/jira/src/version3/parameters/getAttachmentContent.ts>GetAttachmentContent

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

Properties

id: string

The ID of the attachment.

optional
redirect: boolean

Whether a redirect is provided for the attachment download. Clients that do not automatically follow redirects can set this to false to avoid making multiple requests to download the attachment.