Skip to main content
Skip table of contents

Task Management Service

This service provides access to the list of tasks and settings applied to these tasks. It is also possible to change the Due date of a task using changeTaskDueDate method:

CODE
changeTaskDueDate(
    @WebParam(name = "taskId") @NotNull Long taskId,
    @WebParam(name = "dueDate") @NotNull Date dueDate
  )

where taskId is a unique task identifier and dueDate is a new Due Date of this task.

For more information about the Task Management Service, see the API Reference or WSDL:

Current version(v8.1)

TaskManagementService API reference

TaskManagementService WSDL

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.