asana-all-tasks-across-organizations

Update from maker - June 2019

I (the developer) am no longer maintaining this project. Feel free to use the code. Modify, expand, remove, improve as you wish. If you have any questions, just send me a message.

About

A basic app for Asana to load all tasks you are assigned to accross all workspaces. Asana does not provice a global ‘my tasks’ overview, but does offer a nice API to create this yourself ;)

Screenshot

A screenshot of the interface

What you can do with it now:

What I still would like to improve:

Installation

  1. Get an API key by first logging in to Asana. In the topright click on your workspace name > My Profile Settings > Apps > Manage Developer Apps. Create your Personal Access Token.

  2. Open the file config-example.php and rename it to config.php. Paste your Personal Access Token

  3. (optional) Expand config.php with workspace ID - URLs conversion to be able to use quick links to workspaces (see config.php comments for more info)

  4. Host locally (or online, but beware! Someone else can update your TODO list…)

API

Read more about Asana API here