runrunit_update_task
Update a task's details in Runrun.it by passing its ID and the fields to change, including title, desired date, and branch or PR URLs for reports.
Instructions
Update a task on Runrun.it. Pass task ID and an object with fields to update (e.g. title, desired_date). For the PR/branch link use link_da_branch (URL); it is stored in the custom field 'Link da branch' (custom_32). When posting a task report, use link_da_branch_relatorio (URL) to store the branch link in custom_12. To move a task between columns (Task, Ongoing, Manager Validation), use runrunit_move_task_stage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID | |
| task | Yes | Fields to update (e.g. { title: 'New title' }, { link_da_branch: 'https://github.com/.../pull/21' }, { link_da_branch_relatorio: 'https://github.com/.../tree/feature-branch' }). link_da_branch maps to custom_32; link_da_branch_relatorio maps to custom_12 for task reports. |