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

    Class IssueCommentProperties

    Index

    Constructors

    Methods

    • Creates or updates the value of a property for a comment. Use this resource to store custom data against a comment.

      The value of the request body must be a valid, non-empty JSON blob. The maximum length is 32768 characters.

      Permissions required: either of:

      • Edit All Comments project permission to create or update the value of a property on any comment.
      • Edit Own Comments project permission to create or update the value of a property on a comment created by the user.

      Also, when the visibility of a comment is restricted to a role or group the user must be a member of that role or group.

      Type Parameters

      • T = unknown

      Parameters

      Returns Promise<void>

    • Creates or updates the value of a property for a comment. Use this resource to store custom data against a comment.

      The value of the request body must be a valid, non-empty JSON blob. The maximum length is 32768 characters.

      Permissions required: either of:

      • Edit All Comments project permission to create or update the value of a property on any comment.
      • Edit Own Comments project permission to create or update the value of a property on a comment created by the user.

      Also, when the visibility of a comment is restricted to a role or group the user must be a member of that role or group.

      Type Parameters

      • T = unknown

      Parameters

      Returns Promise<T>