weeek_set_task_mr_link
Attach a merge or pull request URL to a WEEEK task by writing it into a custom field. Requires task ID and MR URL; field name optional.
Instructions
Attach a merge/pull request URL to a WEEEK task by writing it into the "МР" custom field. WRITE OPERATION — the MCP client may prompt for confirmation. Required: task_id, mr_url. Optional: field_name (defaults to "МР"). Call this right after opening an MR/PR for a task. The custom field must already exist on the task's project in WEEEK — this tool only writes to it, it does not create custom fields. To record the MR link at the same time as a status change, pass mr_url to weeek_move_task or weeek_complete_task instead. task_id must come from weeek_list_tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mr_url | Yes | Merge/pull request URL to store on the task. Required. | |
| task_id | Yes | WEEEK task ID to update. Required. Obtain from weeek_list_tasks — do not guess. | |
| field_name | No | Name of the WEEEK custom field to write mr_url into. Optional — defaults to "МР". Must match an existing custom field on the task's project exactly (case-insensitive). This tool does not create the field. |