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

x/jira/src/serviceDesk/models/commentCreate.ts>CommentCreate

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

Properties

optional
body: string

Content of the comment.

optional
public: boolean

Indicates whether the comment is public (true) or private/internal (false).