naftiko: 1.0.0-alpha2 info: label: Atlassian The Jira Cloud platform REST API — Project Role Actors description: 'Atlassian The Jira Cloud platform REST API — Project Role Actors. 6 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: jira-project-role-actors baseUri: https://your-domain.atlassian.net description: Atlassian The Jira Cloud platform REST API — 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 - 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 authentication: type: bearer token: '{{env.ATLASSIAN_API_KEY}}' exposes: - type: rest namespace: jira-project-role-actors-rest port: 8080 description: REST adapter for Atlassian The Jira Cloud platform REST API — 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: jira-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: jira-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: jira-project-role-actors.atlassiansetactors with: projectIdOrKey: rest.projectIdOrKey id: rest.id body: rest.body outputParameters: - type: object mapping: $. - 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: jira-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: jira-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: jira-project-role-actors.atlassianaddprojectroleactorstorole with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: jira-project-role-actors-mcp port: 9090 transport: http description: MCP adapter for Atlassian The Jira Cloud platform REST API — 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: jira-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: jira-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: jira-project-role-actors.atlassiansetactors with: projectIdOrKey: tools.projectIdOrKey id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: atlassian-delete-default-actors-project description: Atlassian Delete Default Actors From Project Role hints: readOnly: false destructive: true idempotent: true call: jira-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: jira-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: jira-project-role-actors.atlassianaddprojectroleactorstorole with: id: tools.id body: tools.body outputParameters: - type: object mapping: $.