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

x/jira/src/serviceDesk/parameters/getCommentAttachments.ts>GetCommentAttachments

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

Properties

issueIdOrKey: string

The ID or key of the customer request that contains the comment.

commentId: number

The ID of the comment.

optional
start: number

The starting index of the returned comments. Base index: 0. See the Pagination section for more details.

optional
limit: number

The maximum number of comments to return per page. Default: 50. See the Pagination section for more details.