Atlassian · Capability

Atlassian The Jira Cloud platform REST API — Issue Comment Properties

Atlassian The Jira Cloud platform REST API — Issue Comment Properties. 4 operations. Lead operation: Atlassian Get Comment Property Keys. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianIssue Comment Properties

What You Can Do

GET
Atlassiangetcommentpropertykeys — Atlassian Get Comment Property Keys
/v1/api/3/comment/{commentid}/properties
DELETE
Atlassiandeletecommentproperty — Atlassian Delete Comment Property
/v1/api/3/comment/{commentid}/properties/{propertykey}
GET
Atlassiangetcommentproperty — Atlassian Get Comment Property
/v1/api/3/comment/{commentid}/properties/{propertykey}
PUT
Atlassiansetcommentproperty — Atlassian Set Comment Property
/v1/api/3/comment/{commentid}/properties/{propertykey}

MCP Tools

atlassian-get-comment-property-keys

Atlassian Get Comment Property Keys

read-only idempotent
atlassian-delete-comment-property

Atlassian Delete Comment Property

idempotent
atlassian-get-comment-property

Atlassian Get Comment Property

read-only idempotent
atlassian-set-comment-property

Atlassian Set Comment Property

idempotent

Capability Spec

jira-issue-comment-properties.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian The Jira Cloud platform REST API — Issue Comment Properties
  description: 'Atlassian The Jira Cloud platform REST API — Issue Comment Properties. 4 operations. Lead operation: Atlassian
    Get Comment Property Keys. Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Issue Comment Properties
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATLASSIAN_API_KEY: ATLASSIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: jira-issue-comment-properties
    baseUri: https://your-domain.atlassian.net
    description: Atlassian The Jira Cloud platform REST API — Issue Comment Properties business capability. Self-contained,
      no shared references.
    resources:
    - name: rest-api-3-comment-commentId-properties
      path: /rest/api/3/comment/{commentId}/properties
      operations:
      - name: atlassiangetcommentpropertykeys
        method: GET
        description: Atlassian Get Comment Property Keys
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: commentId
          in: path
          type: string
          description: The ID of the comment.
          required: true
    - name: rest-api-3-comment-commentId-properties-propertyKey
      path: /rest/api/3/comment/{commentId}/properties/{propertyKey}
      operations:
      - name: atlassiandeletecommentproperty
        method: DELETE
        description: Atlassian Delete Comment Property
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: commentId
          in: path
          type: string
          description: The ID of the comment.
          required: true
        - name: propertyKey
          in: path
          type: string
          description: The key of the property.
          required: true
      - name: atlassiangetcommentproperty
        method: GET
        description: Atlassian Get Comment Property
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: commentId
          in: path
          type: string
          description: The ID of the comment.
          required: true
        - name: propertyKey
          in: path
          type: string
          description: The key of the property.
          required: true
      - name: atlassiansetcommentproperty
        method: PUT
        description: Atlassian Set Comment Property
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: commentId
          in: path
          type: string
          description: The ID of the comment.
          required: true
        - name: propertyKey
          in: path
          type: string
          description: The key of the property. The maximum length is 255 characters.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ATLASSIAN_API_KEY}}'
  exposes:
  - type: rest
    namespace: jira-issue-comment-properties-rest
    port: 8080
    description: REST adapter for Atlassian The Jira Cloud platform REST API — Issue Comment Properties. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/3/comment/{commentid}/properties
      name: rest-api-3-comment-commentid-properties
      description: REST surface for rest-api-3-comment-commentId-properties.
      operations:
      - method: GET
        name: atlassiangetcommentpropertykeys
        description: Atlassian Get Comment Property Keys
        call: jira-issue-comment-properties.atlassiangetcommentpropertykeys
        with:
          commentId: rest.commentId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/comment/{commentid}/properties/{propertykey}
      name: rest-api-3-comment-commentid-properties-propertykey
      description: REST surface for rest-api-3-comment-commentId-properties-propertyKey.
      operations:
      - method: DELETE
        name: atlassiandeletecommentproperty
        description: Atlassian Delete Comment Property
        call: jira-issue-comment-properties.atlassiandeletecommentproperty
        with:
          commentId: rest.commentId
          propertyKey: rest.propertyKey
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: atlassiangetcommentproperty
        description: Atlassian Get Comment Property
        call: jira-issue-comment-properties.atlassiangetcommentproperty
        with:
          commentId: rest.commentId
          propertyKey: rest.propertyKey
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: atlassiansetcommentproperty
        description: Atlassian Set Comment Property
        call: jira-issue-comment-properties.atlassiansetcommentproperty
        with:
          commentId: rest.commentId
          propertyKey: rest.propertyKey
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: jira-issue-comment-properties-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian The Jira Cloud platform REST API — Issue Comment Properties. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: atlassian-get-comment-property-keys
      description: Atlassian Get Comment Property Keys
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: jira-issue-comment-properties.atlassiangetcommentpropertykeys
      with:
        commentId: tools.commentId
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-delete-comment-property
      description: Atlassian Delete Comment Property
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: jira-issue-comment-properties.atlassiandeletecommentproperty
      with:
        commentId: tools.commentId
        propertyKey: tools.propertyKey
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-comment-property
      description: Atlassian Get Comment Property
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: jira-issue-comment-properties.atlassiangetcommentproperty
      with:
        commentId: tools.commentId
        propertyKey: tools.propertyKey
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-set-comment-property
      description: Atlassian Set Comment Property
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: jira-issue-comment-properties.atlassiansetcommentproperty
      with:
        commentId: tools.commentId
        propertyKey: tools.propertyKey
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.