Deprecated Task Methods
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
The development of methods task.item.* has been halted.
Please use the section Current Task Methods (tasks.task.*).
Scope:
task
Who can execute the method: any user
Warning
This section contains information about deprecated methods. Their use is strongly discouraged.
|
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 |