AsanaConnect
This Integration uses Asana PATs to connect to projects tied to the Asana account.
Case Management · Asana Connect
Details
| ID | AsanaConnect |
|---|---|
| Provider | Asana |
| Category | Case Management |
| From Version | 6.0.0 |
| Docker Image | demisto/py3-tools:1.0.0.114656 |
| Supported Modules | Agentix XSIAM |
README
asana-get-project
Get the project from Asana
Base Command
asana-get-project
Input
| Argument Name | Description | Required |
|---|---|---|
| project_id | id of the project in asana. id can be found in the asana project url. (e.g. https://app.asana.com/0/XXXXXXXXXXX/list). | Required |
Context Output
There is no context output for this command.
asana-create-task
creates a task in the given project
Base Command
asana-create-task
Input
| Argument Name | Description | Required |
|---|---|---|
| project_id | id of the project in asana. id can be found in the asana project url. (e.g. https://app.asana.com/0/XXXXXXXXXXX/list). | Required |
| name | name of the task to create. | Required |
Context Output
There is no context output for this command.
asana-get-all-projects
gets the list of projects on asana
Base Command
asana-get-all-projects
Input
| Argument Name | Description | Required |
| — | — | — |
Context Output
There is no context output for this command.
Configuration parameters
accesstoken— Access Token (required)
Commands (3)
-
asana-create-taskcreates a task in the given project
-
asana-get-all-projectsgets the list of projects on asana
-
asana-get-projectGet the project from Asana