Cross-Provider Workflow
Asana Task to GitHub Issue
Version 1.0.0
Create an Asana task, then open a matching GitHub issue for engineering.
Providers Orchestrated
Workflows
task-to-issue
Create an Asana task, then create a matching GitHub issue.
Creates an Asana task and uses its name and id to open a corresponding GitHub issue for engineering.
1
create-task
$sourceDescriptions.asanaTasksApi.createTask
Create the Asana task for the planned work.
2
create-issue
$sourceDescriptions.githubIssuesApi.createAnIssue
Open a matching GitHub issue for engineering.
Source API Descriptions
openapi