Description Usage Arguments Details Examples
Move A Task Within A Project Relative To Other Tasks
1 2 | asana_move_task(task_to_move, insert_before = NULL, project,
ASANA_ACCESS_TOKEN = Sys.getenv("ASANA_ACCESS_TOKEN"))
|
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 |
Follow the instructions for the asana package to make usage easier https://github.com/datacamp/asana/blob/master/README.md
1 | asana_move_task() # example coming soon
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.