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:
taskWho can execute the method: any user
|
Method |
Description |
|
Adds a comment to the result |
|
|
Retrieves the list of task results |
|
|
Removes a comment from the task result |