Task Results: Overview of Methods

The result of a task is a fixed comment summarizing the work done on the task. The result is highlighted in a separate block within the task card, so it doesn't need to be searched among all comments. A task can have multiple results.

Quick access: all methods and events

User documentation: how to fix the result of work on a task

Linking Results to Other Objects

Task. Results are linked to the task by the identifier taskId. This can be obtained using the create new task method or the get task list method.

Comment. The task result is created from a comment by the identifier commentId. The comment identifier can be obtained using the create comment method or the get comment list method for the task.

User Documentation

How to Delete a Comment

The tasks.task.result.deleteFromComment method does not delete the comment; it only removes its fixation as a result. To delete a comment with the result, use the task.commentitem.delete method.

Overview of Methods

Scope: task

Who can execute the method: any user

Method

Description

tasks.task.result.addFromComment

Adds a comment to the result

tasks.task.result.list

Retrieves the list of task results

tasks.task.result.deleteFromComment

Removes a comment from the task result