asana-task
v2.2.0
Published
This will add a comment on the task and will mark it complete
Downloads
1
Readme
asana-automation
This repo helps me in automating some of the asana tasks via cli.
Automations
- Automatically close the asana task via github PR from cli.
- Automatically read the description from PR and close the asana tasks if asana links are present in the description
Access token
We need two access tokens for this app.
- Asana Access Token
- Github Access Token
For getting asana access token, checkout this doc. For getting github access token, checkout this link.
Installation
- via npm
npm install -g asana-task
- via yarn
yarn global add asana-task