Platform - Task ManagementTasksUpdate TaskCopy Pageput https://{hostname}/api/task-management/v1/tasks/{taskId}Use this API to update an existing task for an object. 🗒Things to Know This API currently supports issue tasks. Support for tasks on additional objects may be made available in the future. Path ParamstaskIduuidrequiredThe unique identifier of the task.Query ParamstaskTypeNameKeystringenumrequiredlength ≥ 1The source product of the task.IssueAllowed:IssueBody ParamstaskNamestringrequiredlength between 0 and 512The name of the task.descriptionstringlength between 0 and 2000The description of the task.assigneeIduuidThe unique identifier of the user assigned as an assignee on the task.assigneeEmailstringlength between 0 and 255The email address of the user assigned as an assignee on the task.collaboratorsarray of objectsThe details of the collaborators assigned to the task.collaboratorsADD objectdeadlinedate-timeThe date and time by which the task should be completed.statusstringenumThe status of the task.OpenOpenClosedAllowed:OpenClosedcontextobjectThe contextual details of the task.context objectprioritystringenumDefaults to MEDIUMThe priority level of the task.LOWMEDIUMHIGHAllowed:LOWMEDIUMHIGHisRequiredbooleanThis flag indicates whether the task is required.falsetruefalsesourceTypestringlength between 0 and 16The type of source that created the task.sourceIduuidThe unique identifier of the source that created the task.Responses 200Task updated successfully 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 2 months ago Get TaskGroups V2Did this page help you?YesNo