Jira.js - Jira Cloud API library
    Preparing search index...

    Interface CommentCreate

    interface CommentCreate {
        body?: string;
        public?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    body?: string

    Content of the comment.

    public?: boolean

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