update_role
Update an existing role's name, display order, story point estimation capability, and permissions by specifying the role ID and modified fields.
Instructions
Update an existing role (name, order, permissions, computability)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role_id | Yes | Role numeric ID | |
| name | No | New role name | |
| order | No | Display order | |
| computable | No | Whether this role can have story point estimations | |
| permissions | No | Full replacement list of permission slugs |