AsanaConnect

This Integration uses Asana PATs to connect to projects tied to the Asana account.

Case Management · Asana Connect

Details

IDAsanaConnect
ProviderAsana
CategoryCase Management
From Version6.0.0
Docker Imagedemisto/py3-tools:1.0.0.114656
Supported ModulesAgentix 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-task

    creates a task in the given project

  • asana-get-all-projects

    gets the list of projects on asana

  • asana-get-project

    Get the project from Asana

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)