Atlassian · Capability

Atlassian rest/api/3/project/ — Project Classification Levels

Atlassian rest/api/3/project/ — Project Classification Levels. 3 operations. Lead operation: Atlassian Remove The Default Data Classification Level From A Project. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianProject Classification Levels

What You Can Do

DELETE
Atlassianremovedefaultprojectclassification — Atlassian Remove The Default Data Classification Level From A Project
/v1/api/3/project/{projectidorkey}/classification-level/default
GET
Atlassiangetdefaultprojectclassification — Atlassian Get The Default Data Classification Level Of A Project
/v1/api/3/project/{projectidorkey}/classification-level/default
PUT
Atlassianupdatedefaultprojectclassification — Atlassian Update The Default Data Classification Level Of A Project
/v1/api/3/project/{projectidorkey}/classification-level/default

MCP Tools

atlassian-remove-default-data-classification

Atlassian Remove The Default Data Classification Level From A Project

idempotent
atlassian-get-default-data-classification

Atlassian Get The Default Data Classification Level Of A Project

read-only idempotent
atlassian-update-default-data-classification

Atlassian Update The Default Data Classification Level Of A Project

idempotent

Capability Spec

rest-api-3-project--project-classification-levels.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian rest/api/3/project/ — Project Classification Levels
  description: 'Atlassian rest/api/3/project/ — Project Classification Levels. 3 operations. Lead operation: Atlassian Remove
    The Default Data Classification Level From A Project. Self-contained Naftiko capability covering one Atlassian business
    surface.'
  tags:
  - Atlassian
  - Project Classification Levels
  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-project--project-classification-levels
    baseUri: https://your-domain.atlassian.net
    description: Atlassian rest/api/3/project/ — Project Classification Levels business capability. Self-contained, no shared
      references.
    resources:
    - name: rest-api-3-project-projectIdOrKey-classification-level-default
      path: /rest/api/3/project/{projectIdOrKey}/classification-level/default
      operations:
      - name: atlassianremovedefaultprojectclassification
        method: DELETE
        description: Atlassian Remove The Default Data Classification Level From A Project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectIdOrKey
          in: path
          type: string
          description: The project ID or project key (case-sensitive).
          required: true
      - name: atlassiangetdefaultprojectclassification
        method: GET
        description: Atlassian Get The Default Data Classification Level Of A Project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectIdOrKey
          in: path
          type: string
          description: The project ID or project key (case-sensitive).
          required: true
      - name: atlassianupdatedefaultprojectclassification
        method: PUT
        description: Atlassian Update The Default Data Classification Level Of A Project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectIdOrKey
          in: path
          type: string
          description: The project ID or project key (case-sensitive).
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: rest-api-3-project--project-classification-levels-rest
    port: 8080
    description: REST adapter for Atlassian rest/api/3/project/ — Project Classification Levels. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/3/project/{projectidorkey}/classification-level/default
      name: rest-api-3-project-projectidorkey-classification-level-default
      description: REST surface for rest-api-3-project-projectIdOrKey-classification-level-default.
      operations:
      - method: DELETE
        name: atlassianremovedefaultprojectclassification
        description: Atlassian Remove The Default Data Classification Level From A Project
        call: rest-api-3-project--project-classification-levels.atlassianremovedefaultprojectclassification
        with:
          projectIdOrKey: rest.projectIdOrKey
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: atlassiangetdefaultprojectclassification
        description: Atlassian Get The Default Data Classification Level Of A Project
        call: rest-api-3-project--project-classification-levels.atlassiangetdefaultprojectclassification
        with:
          projectIdOrKey: rest.projectIdOrKey
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: atlassianupdatedefaultprojectclassification
        description: Atlassian Update The Default Data Classification Level Of A Project
        call: rest-api-3-project--project-classification-levels.atlassianupdatedefaultprojectclassification
        with:
          projectIdOrKey: rest.projectIdOrKey
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-api-3-project--project-classification-levels-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian rest/api/3/project/ — Project Classification Levels. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: atlassian-remove-default-data-classification
      description: Atlassian Remove The Default Data Classification Level From A Project
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: rest-api-3-project--project-classification-levels.atlassianremovedefaultprojectclassification
      with:
        projectIdOrKey: tools.projectIdOrKey
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-default-data-classification
      description: Atlassian Get The Default Data Classification Level Of A Project
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-project--project-classification-levels.atlassiangetdefaultprojectclassification
      with:
        projectIdOrKey: tools.projectIdOrKey
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-update-default-data-classification
      description: Atlassian Update The Default Data Classification Level Of A Project
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-api-3-project--project-classification-levels.atlassianupdatedefaultprojectclassification
      with:
        projectIdOrKey: tools.projectIdOrKey
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.