Atlassian · Capability

Atlassian rest/api/3/issue/ — Issue Worklog Properties

Atlassian rest/api/3/issue/ — Issue Worklog Properties. 4 operations. Lead operation: Atlassian Get Worklog Property Keys. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianIssue Worklog Properties

What You Can Do

GET
Atlassiangetworklogpropertykeys — Atlassian Get Worklog Property Keys
/v1/api/3/issue/{issueidorkey}/worklog/{worklogid}/properties
DELETE
Atlassiandeleteworklogproperty — Atlassian Delete Worklog Property
/v1/api/3/issue/{issueidorkey}/worklog/{worklogid}/properties/{propertykey}
GET
Atlassiangetworklogproperty — Atlassian Get Worklog Property
/v1/api/3/issue/{issueidorkey}/worklog/{worklogid}/properties/{propertykey}
PUT
Atlassiansetworklogproperty — Atlassian Set Worklog Property
/v1/api/3/issue/{issueidorkey}/worklog/{worklogid}/properties/{propertykey}

MCP Tools

atlassian-get-worklog-property-keys

Atlassian Get Worklog Property Keys

read-only idempotent
atlassian-delete-worklog-property

Atlassian Delete Worklog Property

idempotent
atlassian-get-worklog-property

Atlassian Get Worklog Property

read-only idempotent
atlassian-set-worklog-property

Atlassian Set Worklog Property

idempotent

Capability Spec

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