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

    Interface SetCommentProperty

    interface SetCommentProperty {
        commentId: string;
        property: any;
        propertyKey: string;
    }
    Index

    Properties

    commentId: string

    The ID of the comment.

    property: any
    propertyKey: string

    The key of the property. The maximum length is 255 characters.