jira.js
    Preparing search index...

    Function getCommentProperty

    • Returns the value of the property with a given key from the comment identified by the key or by the id. The user who retrieves the property is required to have permissions to read the comment.

      Parameters

      • client: Client
      • parameters: { commentId: string; propertyKey: string }
        • commentId: string

          The comment from which the property will be returned.

        • propertyKey: string

          The key of the property to return.

      • Optionaloptions: RequestOptions

      Returns Promise<{ key?: string; value?: unknown; [key: string]: unknown }>