jira.js
    Preparing search index...

    Function getCommentProperty

    • Returns the value of a comment property.

      This operation can be accessed anonymously.

      Permissions required:

      • Browse projects project permission for the project.
      • If issue-level security is configured, issue-level security permission to view the issue.
      • If the comment has visibility restrictions, belongs to the group or has the role visibility is restricted to.

      Parameters

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

          The ID of the comment.

        • propertyKey: string

          The key of the property.

      • Optionaloptions: RequestOptions

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