jira.js
    Preparing search index...

    Function getCommentPropertyKeys

    • Returns the keys of all properties for the comment identified by the key or by the id.

      Parameters

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

          The comment from which keys will be returned.

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              keys?: { key?: string; self?: string; [key: string]: unknown }[];
              [key: string]: unknown;
          },
      >