Update Task

Update data for a task.

Input

Note

The Update Task action card will disregard any input fields that are left empty or populated with null values, and such values will not be sent to the Asana API.

Field Definition Type Required
Task
Task ID Identifier of the task that you want to update. String FALSE
Section ID Identifier for the section that contains the task. String FALSE
Name Name of the task. String FALSE
Description Description of the task. String FALSE
Assignee Unique numeric identifier of the team member to whom the task is assigned. String FALSE
Due On Due date (but not time) for the task in YYYY-MM-DD format.
Note

this field will only output data when a due date is assigned to the task.

Date and Time FALSE
Due At Due date and time for the task in YYYY-MM-DDTHH:mm:ss+00:00 format.
Note

this field will only output data when a task was assigned with a due date and a specified time.

Date and Time FALSE
Completed? Indicates whether a task was completed or not. Boolean 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:

  • A 201 Created status code indicates success where a new resource was created.
  • A 403 Forbidden error indicates that the HTTP request wasn't processed because the necessary permissions were missing.

For a full list of possible status codes, see HTTP status codes.

Number

Related topics

Asana connector

Cards in flows

Asana API documentation