write_assign
Assign a person to a card in a role, adding to existing assignments. Use exclusive mode to replace current role holders and get a report of changes.
Instructions
Assign a person to a card in a role (names or ids; "me" for yourself). Adds to existing assignments; with exclusive: true, also removes everyone else in that role (only when explicitly asked). Reports what was removed and reads the assignments back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| role | Yes | Role name or id, e.g. "Developer", "Product Owner" | |
| user | Yes | Person name, login, email, id, or "me" | |
| exclusive | No |