Table of Contents
asana Plugin
Compatible with DokuWiki
DokuWiki version: Release 2013-12-08 "Binky"
This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.
Examples/Usage
This plugin integrates Asana's tasks (a teamwork communication manager), more specifically project name, task name, assignee, due date, tags and comments into an array. It also permits to filter with workspace name, projects names, assignees names and tags names.
Installation
External requirements: This plugin requires an Asana'a account and the libcurl php library.
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
Syntax
Display all tasks :
[asana : ]
Some more complex syntaxes :
Filter with a workspace ( if not define into configuration plugin panel ) :
[asana :workspace=workspaceName, ]
Filter with projects names :
[asana :projects=projectName,otherProjectName, ]
Filter with assignees names or tags names :
[asana :assignees=assigneeName, tags=tagName, ]
Filter with a string contained into task name or description :
[asana :strings=string1,string2, ]
Fullest possible syntax :
[asana :[workspace=workspaceName,] [projects=projectName,[projectName,]*] [assignees=assigneeName,[assigneeName,]*] [tags=tagName,[tagName,]*] [strings=string,[string,]*] ]
Configuration and Settings
The plugin is configured with a mandatory Asana's API key. And an optionnal workspace name
ToDo/Wish List
The plugin is an read only integration. So, next part is a writable integration.