Atlassian · Capability

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

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

Run with Naftiko AtlassianProject Role Actors

What You Can Do

DELETE
Atlassiandeleteactor — Atlassian Delete Actors From Project Role
/v1/api/3/project/{projectidorkey}/role/{id}
POST
Atlassianaddactorusers — Atlassian Add Actors To Project Role
/v1/api/3/project/{projectidorkey}/role/{id}
PUT
Atlassiansetactors — Atlassian Set Actors For Project Role
/v1/api/3/project/{projectidorkey}/role/{id}

MCP Tools

atlassian-delete-actors-project-role

Atlassian Delete Actors From Project Role

idempotent
atlassian-add-actors-project-role

Atlassian Add Actors To Project Role

atlassian-set-actors-project-role

Atlassian Set Actors For Project Role

idempotent

Capability Spec

rest-api-3-project--project-role-actors.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian rest/api/3/project/ — Project Role Actors
  description: 'Atlassian rest/api/3/project/ — Project Role Actors. 3 operations. Lead operation: Atlassian Delete 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-project--project-role-actors
    baseUri: https://your-domain.atlassian.net
    description: Atlassian rest/api/3/project/ — Project Role Actors business capability. Self-contained, no shared references.
    resources:
    - name: rest-api-3-project-projectIdOrKey-role-id
      path: /rest/api/3/project/{projectIdOrKey}/role/{id}
      operations:
      - name: atlassiandeleteactor
        method: DELETE
        description: Atlassian Delete Actors From Project Role
        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: 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 from the project role.
        - name: group
          in: query
          type: string
          description: The name of the group to remove from the project role. This parameter cannot be used with the `groupId`
            parameter. As a group's name can change, use of `groupId
        - name: groupId
          in: query
          type: string
          description: The ID of the group to remove from the project role. This parameter cannot be used with the `group`
            parameter.
      - name: atlassianaddactorusers
        method: POST
        description: Atlassian Add Actors To Project Role
        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: 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
      - name: atlassiansetactors
        method: PUT
        description: Atlassian Set Actors For Project Role
        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: 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-project--project-role-actors-rest
    port: 8080
    description: REST adapter for Atlassian rest/api/3/project/ — Project Role Actors. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/3/project/{projectidorkey}/role/{id}
      name: rest-api-3-project-projectidorkey-role-id
      description: REST surface for rest-api-3-project-projectIdOrKey-role-id.
      operations:
      - method: DELETE
        name: atlassiandeleteactor
        description: Atlassian Delete Actors From Project Role
        call: rest-api-3-project--project-role-actors.atlassiandeleteactor
        with:
          projectIdOrKey: rest.projectIdOrKey
          id: rest.id
          user: rest.user
          group: rest.group
          groupId: rest.groupId
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: atlassianaddactorusers
        description: Atlassian Add Actors To Project Role
        call: rest-api-3-project--project-role-actors.atlassianaddactorusers
        with:
          projectIdOrKey: rest.projectIdOrKey
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: atlassiansetactors
        description: Atlassian Set Actors For Project Role
        call: rest-api-3-project--project-role-actors.atlassiansetactors
        with:
          projectIdOrKey: rest.projectIdOrKey
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-api-3-project--project-role-actors-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian rest/api/3/project/ — Project Role Actors. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: atlassian-delete-actors-project-role
      description: Atlassian Delete Actors From Project Role
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: rest-api-3-project--project-role-actors.atlassiandeleteactor
      with:
        projectIdOrKey: tools.projectIdOrKey
        id: tools.id
        user: tools.user
        group: tools.group
        groupId: tools.groupId
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-add-actors-project-role
      description: Atlassian Add Actors To Project Role
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: rest-api-3-project--project-role-actors.atlassianaddactorusers
      with:
        projectIdOrKey: tools.projectIdOrKey
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-set-actors-project-role
      description: Atlassian Set Actors For Project Role
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-api-3-project--project-role-actors.atlassiansetactors
      with:
        projectIdOrKey: tools.projectIdOrKey
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.