Atlassian · Capability

Atlassian user — Properties

Atlassian user — Properties. 3 operations. Lead operation: Atlassian Update A User Application Property. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianProperties

What You Can Do

PUT
Atlassianupdateuserhostedpropertyvalue — Atlassian Update A User Application Property
/v1/users/{selected-user}/properties/{app-key}/{property-name}
DELETE
Atlassiandeleteuserhostedpropertyvalue — Atlassian Delete A User Application Property
/v1/users/{selected-user}/properties/{app-key}/{property-name}
GET
Atlassianretrieveuserhostedpropertyvalue — Atlassian Get A User Application Property
/v1/users/{selected-user}/properties/{app-key}/{property-name}

MCP Tools

atlassian-update-user-application-property

Atlassian Update A User Application Property

idempotent
atlassian-delete-user-application-property

Atlassian Delete A User Application Property

idempotent
atlassian-get-user-application-property

Atlassian Get A User Application Property

read-only idempotent

Capability Spec

user-properties.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian user — Properties
  description: 'Atlassian user — Properties. 3 operations. Lead operation: Atlassian Update A User Application Property. Self-contained
    Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Properties
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATLASSIAN_API_KEY: ATLASSIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: user-properties
    baseUri: https://api.bitbucket.org/2.0
    description: Atlassian user — Properties business capability. Self-contained, no shared references.
    resources:
    - name: users-selected_user-properties-app_key-property_name
      path: /users/{selected_user}/properties/{app_key}/{property_name}
      operations:
      - name: atlassianupdateuserhostedpropertyvalue
        method: PUT
        description: Atlassian Update A User Application Property
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: selected_user
          in: path
          type: string
          description: Either the UUID of the account surrounded by curly-braces, for example `{account UUID}`, OR an Atlassian
            Account ID.
          required: true
        - name: app_key
          in: path
          type: string
          description: The key of the Connect app.
          required: true
        - name: property_name
          in: path
          type: string
          description: The name of the property.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: atlassiandeleteuserhostedpropertyvalue
        method: DELETE
        description: Atlassian Delete A User Application Property
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: selected_user
          in: path
          type: string
          description: Either the UUID of the account surrounded by curly-braces, for example `{account UUID}`, OR an Atlassian
            Account ID.
          required: true
        - name: app_key
          in: path
          type: string
          description: The key of the Connect app.
          required: true
        - name: property_name
          in: path
          type: string
          description: The name of the property.
          required: true
      - name: atlassianretrieveuserhostedpropertyvalue
        method: GET
        description: Atlassian Get A User Application Property
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: selected_user
          in: path
          type: string
          description: Either the UUID of the account surrounded by curly-braces, for example `{account UUID}`, OR an Atlassian
            Account ID.
          required: true
        - name: app_key
          in: path
          type: string
          description: The key of the Connect app.
          required: true
        - name: property_name
          in: path
          type: string
          description: The name of the property.
          required: true
  exposes:
  - type: rest
    namespace: user-properties-rest
    port: 8080
    description: REST adapter for Atlassian user — Properties. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/users/{selected-user}/properties/{app-key}/{property-name}
      name: users-selected-user-properties-app-key-property-name
      description: REST surface for users-selected_user-properties-app_key-property_name.
      operations:
      - method: PUT
        name: atlassianupdateuserhostedpropertyvalue
        description: Atlassian Update A User Application Property
        call: user-properties.atlassianupdateuserhostedpropertyvalue
        with:
          selected_user: rest.selected_user
          app_key: rest.app_key
          property_name: rest.property_name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: atlassiandeleteuserhostedpropertyvalue
        description: Atlassian Delete A User Application Property
        call: user-properties.atlassiandeleteuserhostedpropertyvalue
        with:
          selected_user: rest.selected_user
          app_key: rest.app_key
          property_name: rest.property_name
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: atlassianretrieveuserhostedpropertyvalue
        description: Atlassian Get A User Application Property
        call: user-properties.atlassianretrieveuserhostedpropertyvalue
        with:
          selected_user: rest.selected_user
          app_key: rest.app_key
          property_name: rest.property_name
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: user-properties-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian user — Properties. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: atlassian-update-user-application-property
      description: Atlassian Update A User Application Property
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: user-properties.atlassianupdateuserhostedpropertyvalue
      with:
        selected_user: tools.selected_user
        app_key: tools.app_key
        property_name: tools.property_name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-delete-user-application-property
      description: Atlassian Delete A User Application Property
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: user-properties.atlassiandeleteuserhostedpropertyvalue
      with:
        selected_user: tools.selected_user
        app_key: tools.app_key
        property_name: tools.property_name
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-user-application-property
      description: Atlassian Get A User Application Property
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: user-properties.atlassianretrieveuserhostedpropertyvalue
      with:
        selected_user: tools.selected_user
        app_key: tools.app_key
        property_name: tools.property_name
      outputParameters:
      - type: object
        mapping: $.