Atlassian · Capability

Atlassian rest/api/3/role/ — Project Role Actors

Atlassian rest/api/3/role/ — Project Role Actors. 3 operations. Lead operation: Atlassian Delete Default Actors From Project Role. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianProject Role Actors

What You Can Do

DELETE
Atlassiandeleteprojectroleactorsfromrole — Atlassian Delete Default Actors From Project Role
/v1/api/3/role/{id}/actors
GET
Atlassiangetprojectroleactorsforrole — Atlassian Get Default Actors For Project Role
/v1/api/3/role/{id}/actors
POST
Atlassianaddprojectroleactorstorole — Atlassian Add Default Actors To Project Role
/v1/api/3/role/{id}/actors

MCP Tools

atlassian-delete-default-actors-project

Atlassian Delete Default Actors From Project Role

idempotent
atlassian-get-default-actors-project

Atlassian Get Default Actors For Project Role

read-only idempotent
atlassian-add-default-actors-project

Atlassian Add Default Actors To Project Role

Capability Spec

rest-api-3-role--project-role-actors.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian rest/api/3/role/ — Project Role Actors
  description: 'Atlassian rest/api/3/role/ — Project Role Actors. 3 operations. Lead operation: Atlassian Delete Default Actors
    From Project Role. Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Project Role Actors
  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-role--project-role-actors
    baseUri: https://your-domain.atlassian.net
    description: Atlassian rest/api/3/role/ — Project Role Actors business capability. Self-contained, no shared references.
    resources:
    - name: rest-api-3-role-id-actors
      path: /rest/api/3/role/{id}/actors
      operations:
      - name: atlassiandeleteprojectroleactorsfromrole
        method: DELETE
        description: Atlassian Delete Default Actors From Project Role
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          description: The ID of the project role. Use [Get all project roles](#api-rest-api-3-role-get) to get a list of
            project role IDs.
          required: true
        - name: user
          in: query
          type: string
          description: The user account ID of the user to remove as a default actor.
        - name: groupId
          in: query
          type: string
          description: The group ID of the group to be removed as a default actor. This parameter cannot be used with the
            `group` parameter.
        - name: group
          in: query
          type: string
          description: The group name of the group to be removed as a default actor.This parameter cannot be used with the
            `groupId` parameter. As a group's name can change, use of `g
      - name: atlassiangetprojectroleactorsforrole
        method: GET
        description: Atlassian Get Default Actors For Project Role
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          description: The ID of the project role. Use [Get all project roles](#api-rest-api-3-role-get) to get a list of
            project role IDs.
          required: true
      - name: atlassianaddprojectroleactorstorole
        method: POST
        description: Atlassian Add Default Actors To Project Role
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          description: The ID of the project role. Use [Get all project roles](#api-rest-api-3-role-get) to get a list of
            project role IDs.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: rest-api-3-role--project-role-actors-rest
    port: 8080
    description: REST adapter for Atlassian rest/api/3/role/ — Project Role Actors. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/api/3/role/{id}/actors
      name: rest-api-3-role-id-actors
      description: REST surface for rest-api-3-role-id-actors.
      operations:
      - method: DELETE
        name: atlassiandeleteprojectroleactorsfromrole
        description: Atlassian Delete Default Actors From Project Role
        call: rest-api-3-role--project-role-actors.atlassiandeleteprojectroleactorsfromrole
        with:
          id: rest.id
          user: rest.user
          groupId: rest.groupId
          group: rest.group
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: atlassiangetprojectroleactorsforrole
        description: Atlassian Get Default Actors For Project Role
        call: rest-api-3-role--project-role-actors.atlassiangetprojectroleactorsforrole
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: atlassianaddprojectroleactorstorole
        description: Atlassian Add Default Actors To Project Role
        call: rest-api-3-role--project-role-actors.atlassianaddprojectroleactorstorole
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-api-3-role--project-role-actors-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian rest/api/3/role/ — Project Role Actors. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: atlassian-delete-default-actors-project
      description: Atlassian Delete Default Actors From Project Role
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: rest-api-3-role--project-role-actors.atlassiandeleteprojectroleactorsfromrole
      with:
        id: tools.id
        user: tools.user
        groupId: tools.groupId
        group: tools.group
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-default-actors-project
      description: Atlassian Get Default Actors For Project Role
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-role--project-role-actors.atlassiangetprojectroleactorsforrole
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-add-default-actors-project
      description: Atlassian Add Default Actors To Project Role
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: rest-api-3-role--project-role-actors.atlassianaddprojectroleactorstorole
      with:
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.