commonfields: id: AsanaConnect version: -1 name: AsanaConnect display: AsanaConnect category: Case Management provider: Asana description: This Integration uses Asana PATs to connect to projects tied to the Asana account. configuration: - display: Access Token name: accesstoken type: 4 required: true script: script: '-' type: python commands: - name: asana-get-project arguments: - name: project_id required: true description: id of the project in asana. id can be found in the asana project url. (e.g. https://app.asana.com/0/XXXXXXXXXXX/list). description: Get the project from Asana - name: asana-create-task arguments: - name: project_id required: true description: id of the project in asana. id can be found in the asana project url. (e.g. https://app.asana.com/0/XXXXXXXXXXX/list). - name: name required: true description: name of the task to create. description: creates a task in the given project - name: asana-get-all-projects arguments: [] description: gets the list of projects on asana dockerimage: demisto/py3-tools:1.0.0.114656 subtype: python3 fromversion: 6.0.0 tests: - No tests (auto formatted)