The Asana App for Rocket.Chat provides a seamless integration between Asana and Rocket.Chat and improves collaboration between teams. The application allows users to create and manage thier tasks and workspace, subscribe to task events, create new tasks, edit and delete their tasks, attachments, projects & workspaces and do much more right from Rocket.Chat.
- Quick and easy setup.
- Login to Asana with one click using built-in OAuth2 mechanism.
- Subscribe to Task Events and get notified about new comments, priority changes, assignee updates, etc.
- Retreive and manage tasks right from Rocket.Chat channels.
- Create new tasks from Rocket.Chat and make channel of task assignees.
- Edit the tasks right in Rocket.Chat and share them with other channel members.
-
Clone this repo and Change Directory:
git clone https://github.com/RocketChat/Apps.Asana.Integration.git && cd Apps.Asana.Integration/ -
Install the required packages from
package.json:
npm install -
Deploy Rocket.Chat app:
rc-apps deploy --url <deployment_url> --username <user_username> --password <user_password>Where:
<deployment_url>is your local server URL (if you are running in another port, change the 3000 to the appropriate port)<user_username>is the username of your admin user.<user_password>is the password of your admin user.
For more info refer this guide.
- You must first register your application with Asana to receive a client ID and client secret by following these steps: [Asana App Registration Guide](https://developers.asana.com/docs/oauth#register-an-application)
- Fill the details in the Asana app on your Rocket Chat server by following these steps:
-
Navigate to Administration->Apps.
-
Select the Installed tab.
-
Click on Asana, and go to Settings tab.
-
Enter your generated a Client ID and Client Secret and click on Save changes button.
- Start the authorization by using /asana-app auth slash command.