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

x/jira/src/serviceDesk/parameters/getRequestCommentById.ts>GetRequestCommentById

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

Properties

issueIdOrKey: string

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

commentId: number

The ID of the comment to retrieve.

optional
expand:
| "attachment"
| "renderedBody"
| ("attachment" | "renderedBody")[]
| string
| string[]

A multi-value parameter indicating which properties of the comment to expand:

  • attachment returns the attachment details, if any, for the comment. (If you want to get all attachments for a request, use servicedeskapi/request/{issueIdOrKey}/attachment.)
  • renderedBody (Experimental) returns the rendered body in HTML format (in addition to the raw body) of the comment.