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

    Interface DeleteComment

    interface DeleteComment {
        id: string;
        issueIdOrKey: string;
        parentId?: string;
    }
    Index

    Properties

    id: string

    The ID of the comment.

    issueIdOrKey: string

    The ID or key of the issue.

    parentId?: string