jira_projects_update_role
Add or remove a user or group from a Jira project role. Provide project key, role ID, action, and actor details to update role membership.
Instructions
Add or remove an actor (user or group) from a project role.
Use jira_projects_get_roles first to find the role_id. Returns: {success, project_key, role_id, action, actor_value}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | Project key | |
| role_id | Yes | Role ID from jira_projects_get_roles | |
| action | Yes | 'add' or 'remove' | |
| actor_type | Yes | 'user' or 'group' | |
| actor_value | Yes | Account ID for users, group name for groups |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||