Deprecated Task Methods: Methods Overview
If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the MCP server so that the assistant can utilize the official REST documentation.
DEPRECATED
Development of task.item.* methods has been discontinued.
Please refer to the section Current Task Methods (tasks.task.*).
Quick navigation: All Methods
How to Choose the Current Section
Methods task.item.*, task.items.*, and task.comment.* are maintained only to support existing integrations. For new development, use the current Tasks section with methods tasks.task.*.
|
If needed |
Use |
|
Create, modify, retrieve, or delete a task in the new integration |
|
|
Maintain the old integration on |
Methods in this section |
|
Check which old methods are available on the portal |
Overview of Methods
Scope:
taskWho can execute the method: any user
|
Method |
Description |
|
Tasks (item) |
|
|
Creates a new task |
|
|
Deletes a task |
|
|
Returns an array of task data |
|
|
Returns a list of |
|
|
Returns a list of tasks |
|
|
Updates task data |
|
|
Returns the task description |
|
|
Returns an array of links to files attached to the task |
|
|
Returns an array of task IDs that the task depends on |
|
|
Returns an array of IDs of allowed actions on the task |
|
|
Returns a list of allowed actions on the task |
|
|
Checks if the action is permitted |
|
|
Delegates the task to a new user |
|
|
Changes the task status to "in progress" |
|
|
Changes the task status to "deferred" |
|
|
Changes the task status to "completed" or "conditionally completed (awaiting executor control)" |
|
|
Changes the task status to "not executed" |
|
|
Changes a task awaiting control to "completed" |
|
|
Changes a task awaiting control to "not executed" |
|
|
Adds the task to Favorites |
|
|
Removes the task from Favorites |
|
|
Uploads a file to the task |
|
|
Removes the file attachment from the task |
|
|
Returns the task change history |
|
|
items |
|
|
Returns an array of tasks, each containing an array of fields |
|
|
comment |
|
|
Adds a comment to the task |