Asana · Arazzo Workflow
Asana Bootstrap a Project Board
Version 1.0.0
Create a project in a team, add a section to it, drop a first task into the project, and open the discussion with a comment.
View Spec
View on GitHub
CollaborationProductivityProject ManagementProjectsTask ManagementTasksWorkflowArazzoWorkflows
Provider
Workflows
bootstrap-project-board
Stand up a project with a section, a first task, and an opening comment.
Creates a project for a team, adds a section, creates a task in the project, and posts a comment on the task.
1
createProject
$sourceDescriptions.asanaApi.createProjectForTeam
Create a new project under the supplied team.
2
createSection
$sourceDescriptions.asanaApi.createSectionForProject
Add a named section to the newly created project.
3
createTask
$sourceDescriptions.asanaApi.createTask
Create the first task inside the project.
4
postComment
$sourceDescriptions.asanaApi.createStoryForTask
Post an opening comment (story) on the first task.