asana_move_task: Move A Task Within A Project Relative To Other Tasks

Description Usage Arguments Details Examples

Description

Move A Task Within A Project Relative To Other Tasks

Usage

1
2
asana_move_task(task_to_move, insert_before = NULL, project,
  ASANA_ACCESS_TOKEN = Sys.getenv("ASANA_ACCESS_TOKEN"))

Arguments

task_to_move

The gid of the task that you want to move

insert_before

The gid of the task that you would like to use as reference for task placement. Defaults to top of list

project

The project gid

ASANA_ACCESS_TOKEN

An Asana access token. You can get your own personal Asana access token here: https://asana.com/guide/help/api/api#gl-access-tokens

Details

Follow the instructions for the asana package to make usage easier https://github.com/datacamp/asana/blob/master/README.md

Examples

1
asana_move_task() # example coming soon

ayormark/decider documentation built on Feb. 8, 2020, 1:12 a.m.