b24_scrum_task_move
Move a task to a column on a Scrum sprint board. This method ensures the card actually moves on the board, unlike standard task updates.
Instructions
Move a task to a column on a Scrum sprint board (tasks.api.scrum.kanban.addTask).
Use this instead of b24_task_update's STAGE_ID to relocate a task that belongs to an active sprint. Confirmed live: tasks.task.update with STAGE_ID is accepted with no error and the new value reads back correctly, but the card does not actually move on the real board (reload and it's still in the old column) — this method is Bitrix's board-aware write and is the one that does move it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task id to move. | |
| stage_id | Yes | Target kanban column id (from b24_scrum_kanban_stages or b24_scrum_board). | |
| sprint_id | Yes | Sprint id the task belongs to (from b24_scrum_sprint_list or b24_scrum_board). | |
| webhook_url | No | Override the default incoming webhook for this call (https://<portal>/rest/<user_id>/<token>/). If omitted, uses personal_webhook, then the X-B24-Webhook HTTP header, then the BITRIX_WEBHOOK_URL env default. | |
| personal_webhook | No | Act as a specific user (their personal incoming webhook). Takes precedence over webhook_url. Required to write to the portal under that user's permissions. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |