redmine_add_membership
Add a member to a Redmine project by specifying project ID, user ID, and role IDs. Validates input for correct assignment.
Instructions
Add a member to a project.
Args: project_id: project id or slug. user_id: user or group id to add. role_ids: list of role ids to assign (required, non-empty).
Honors REDMINE_MCP_READ_ONLY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| role_ids | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |