create_role
Create a new role in a Taiga project by specifying its name, display order, and permissions. Optionally enable story point estimations and set permission slugs.
Instructions
Create a new role in a Taiga project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project numeric ID | |
| name | Yes | Role name | |
| order | No | Display order (lower = first) | |
| computable | No | Whether this role can have story point estimations | |
| permissions | No | Permission slugs (e.g. view_us, add_issue, modify_task) |