Skip to main content

Asana - Edit Task

Overview​

This allows for users to edit/update existing fields within an Asana task

Variables​

NameReferenceTypeRequiredDefaultOptionsDescription
Access TokenASANA_ACCESS_TOKENPasswordβœ…--The access token generated by Asana
Ticket IDASANA_TICKET_IDAlphanumericβœ…--The ID for the task to update
NameASANA_NAMEAlphanumericβž–--The optional updated name
Resource SubtypeASANA_RESOURCE_SUBTYPESelectβœ…default_taskDefault Task: default_task

Milestone: milestone

Section: section

Approval: approval

The optional resource sub-type to update to
Approval StatusASANA_APPROVAL_STATUSSelectβœ…pendingPending: pending

Approved: approved

Rejected: rejected

Changes Requested: changes_requested

The optional status to be updated
AssigneeASANA_ASSIGNEEAlphanumericβž–--The optional task assignee to be updated
Due OnASANA_DUE_ONAlphanumericβž–--The optional due date to be updated
NotesASANA_NOTESAlphanumericβž–--The optional description to be updated

YAML​

Below is the YAML template for this Blueprint and can be used in the Fleet YAML Editor.

source:
blueprint: Asana - Edit Task
inputs:
ASANA_ACCESS_TOKEN: null ## REQUIRED
ASANA_TICKET_ID: null ## REQUIRED
ASANA_NAME: null
ASANA_RESOURCE_SUBTYPE: default_task ## REQUIRED
ASANA_APPROVAL_STATUS: pending ## REQUIRED
ASANA_ASSIGNEE: null
ASANA_DUE_ON: null
ASANA_NOTES: null
type: BLUEPRINT
guardrails:
retry_count: 1
retry_wait: 0h0m0s
runtime_cutoff: 1h0m0s
exclude_exit_code_ranges:
- '201'
- '202'