Asana Integration
Facilitate your business with Asana integration. Add, delete, update, and synchronize task manager data to make your interdepartmental and partner collaboration happen in no time!
Supported API Resources
Platform API Resource
GET | /platform Returns the list of supported platforms |
GET | /platform/{type} Returns information about the supported platform |
Application API Resource
GET | /application Returns the list of added task management systems |
POST | /application Adds a new task management system to API2Task
What do I need to connect a Task Management System to API2Task?
|
GET | /application/{key} Returns information about the task management system |
PUT | /application/{key} Update a task management system
What do I need to connect a Task Management System to API2Task?
|
DELETE | /application/{key} Deletes the task management system from API2Task |
Issue API Resource
GET | /issue Returns the list of issues |
POST | /issue Creates a new issue |
GET | /issue/{issue_id} Returns information about the issue |
PUT | /issue/{issue_id} Updates the issue |
DELETE | /issue/{issue_id} Deletes the issue |
IssueComment API Resource
GET | /issue/{issue_id}/comment Returns the list of comments to the issue |
POST | /issue/{issue_id}/comment Creates a comment to the issue |
GET | /issue/{issue_id}/comment/{issue_comment_id} Returns the comment to the issue |
PUT | /issue/{issue_id}/comment/{issue_comment_id} Updates the issue comment |
DELETE | /issue/{issue_id}/comment/{issue_comment_id} Deletes the comment from the issue |
IssuePriority API Resource
GET | /issue-priority Returns the list of available issue priorities |
POST | /issue-priority Sets the priority of the issue |
GET | /issue-priority/{issue_priority_id} Returns information about the priority of the issue |
PUT | /issue-priority/{issue_priority_id} Updates the priority of the issue |
DELETE | /issue-priority/{issue_priority_id} Deletes the priority of the issue |
IssueStatus API Resource
GET | /issue-status Returns the list of issue statuses |
POST | /issue-status Sets the status of the issue |
GET | /issue-status/{issue_status_id} Returns information about the status of the issue |
PUT | /issue-status/{issue_status_id} Updates the status of the issue |
DELETE | /issue-status/{issue_status_id} Deletes the status of the issue |
IssueResolution API Resource
GET | /issue-resolution Returns the list of the resolutions of the issue |
GET | /issue-resolution/{issue_resolution_id} Returns information about the issue resolution |
IssueType API Resource
GET | /issue-type Returns the list of issue types |
POST | /issue-type Adds a new issue type |
GET | /issue-type/{issue_type_id} Returns information about the type of the issue |
PUT | /issue-type/{issue_type_id} Updates the type of the issue |
DELETE | /issue-type/{issue_type_id} Deletes the issue type |
IssueWatchers API Resource
GET | /issue/{issue_id}/watchers Returns the list of the watchers of the issue |
POST | /issue/{issue_id}/watchers Creates a new issue watcher |
DELETE | /issue/{issue_id}/watchers/{issue_watchers_id} Removes the watcher from the list of issue watchers |
IssueTag API Resource
GET | /issue-tag Returns the list of tags |
POST | /issue-tag Creates a new tag |
GET | /issue-tag/{issue_tag_id} Returns information about the tag |
PUT | /issue-tag/{issue_tag_id} Updates the tag |
DELETE | /issue-tag/{issue_tag_id} Deletes the tag |
Attachment API Resource
GET | /issue/{issue_id}/attachment Returns the list of attachments |
POST | /issue/{issue_id}/attachment Creates a new attachment |
GET | /issue/{issue_id}/attachment/{attachment_id} Returns information about the attachment |
DELETE | /issue/{issue_id}/attachment/{attachment_id} Deletes the attachment |
Project API Resource
GET | /project Returns the list of projects |
POST | /project Creates a new project |
GET | /project/{project_id} Returns information about the project |
PUT | /project/{project_id} Updates the project |
DELETE | /project/{project_id} Deletes the project |
User API Resource
GET | /user Returns the list of users |
POST | /user Creates a new user |
GET | /user/{user_id} Returns information about the user |
PUT | /user/{user_id} Updates the user information |
DELETE | /user/{user_id} Deletes the user |
Workflow API Resource
GET | /workflow Returns the list of workflows |
GET | /workflow/{workflow_id} Returns information about the workflow |