write_set_role_effort
Assign effort to specific roles on a Targetprocess card. Role effort rolls up to the parent story, with before/after values reported.
Instructions
Set effort for one or more roles on a card. Effort always belongs to a role: this writes the RoleEffort rows, never the card total, which Targetprocess computes from them. A role is required. Task role efforts ROLL UP into the parent user story, overwriting the story's value for that role; the parent's before/after values are reported rather than assuming the story estimate was kept.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| efforts | Yes | Effort per role, e.g. [{"role":"Developer","effort":8}] |