Cross-Provider Workflow
GitHub Issue to Asana Task
Version 1.0.0
Open a GitHub issue and mirror it as an Asana task for the team.
Providers Orchestrated
Workflows
issue-to-task
Create a GitHub issue, then create a matching Asana task.
Creates an issue in a GitHub repository and uses the returned issue number and url to create an Asana task that mirrors it for cross-team tracking.
1
create-issue
$sourceDescriptions.githubIssuesApi.createAnIssue
File a new issue in the GitHub repository.
2
create-task
$sourceDescriptions.asanaTasksApi.createTask
Create an Asana task mirroring the GitHub issue.
Source API Descriptions
openapi