Update Task
Update data for a task.
Input
The Update Task action card disregards any input fields that are empty or populated with null values. Any such values aren't sent to the Asana API.
Field | Definition | Type | Required |
---|---|---|---|
Task |
|||
Task ID |
Identifier of the task that you want to update. |
Text |
FALSE |
Section ID |
Identifier for the section that contains the task. |
Text |
FALSE |
Name |
Name of the task. |
Text |
FALSE |
Description |
Description of the task. |
Text |
FALSE |
Assignee |
A unique numeric identifier of the team member to whom the task is assigned. |
Text |
FALSE |
Due On |
Due date (but not time) for the task in YYYY-MM-DD format. This field only returns data when a due date is assigned to the task. |
Date & Time |
FALSE |
Due At |
Due date and time for the task in YYYY-MM-DDTHH:mm:ss+00:00 format. This field only returns data when a task is assigned with a due date and a specified time. |
Date & Time |
FALSE |
Completed? |
Indicates whether a task was completed or not. |
True/False |
FALSE |
Use only one of the Due On or Due At fields, not both.
Output
Field | Definition | Type |
---|---|---|
Status Code |
Result of the operation. The connector returns an HTTP status code that indicates whether the action taken by the card succeeded or failed. For example:
For a full list of possible status codes, see HTTP status codes. |
Number |