Asana - Edit Task
Overviewβ
This allows for users to edit/update existing fields within an Asana task
Variablesβ
Name | Reference | Type | Required | Default | Options | Description |
---|---|---|---|---|---|---|
Access Token | ASANA_ACCESS_TOKEN | Password | β | - | - | The access token generated by Asana |
Ticket ID | ASANA_TICKET_ID | Alphanumeric | β | - | - | The ID for the task to update |
Name | ASANA_NAME | Alphanumeric | β | - | - | The optional updated name |
Resource Subtype | ASANA_RESOURCE_SUBTYPE | Select | β | default_task | Default Task: default_task Milestone: milestone Section: section Approval: approval | The optional resource sub-type to update to |
Approval Status | ASANA_APPROVAL_STATUS | Select | β | pending | Pending: pending Approved: approved Rejected: rejected Changes Requested: changes_requested | The optional status to be updated |
Assignee | ASANA_ASSIGNEE | Alphanumeric | β | - | - | The optional task assignee to be updated |
Due On | ASANA_DUE_ON | Alphanumeric | β | - | - | The optional due date to be updated |
Notes | ASANA_NOTES | Alphanumeric | β | - | - | 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'