Turn engineering goals into trackable issues and resolve open questions through discussions.
Availability: Business plans (Teams and Enterprise). Not yet available on individual plans.
Create a project
Describe the problem and expected outcome so teammates can connect their individual work to the project goal. You can start organizing issues before choosing a repository.
- Open Projects in the main sidebar and choose New Project.
- Enter Project name. In Ambition, describe the work to complete and the expected outcome.
- Optionally choose a cover icon and color. To associate code with the project, enter a repository address in Repo URL. You can leave this field blank and add it later in Project settings.
- Choose Create, then open the project from the project list.
Invite teammates
Send an invitation link to teammates responsible for requirements, development, or testing so they can join the project. New project members can currently join only through an invitation link; you cannot add arbitrary people directly from the organization directory.
- Open the project and choose Invite at the top right.
- Choose Copy invitation link and send it to the people who should participate.
- Use the member list at the top of the project to view participants.
Organize work into issues
Split work where ownership or acceptance criteria differ. A design-review issue might deliver an agreed approach and failure cases; a regression-test issue delivers tests for those cases. Keeping them separate makes each result easier to hand over and review.
- Choose New Issue in the project, or use the creation control in a board column.
- Enter Issue title and add the goal, background, and acceptance criteria in Description.
- Set Status and Priority as needed.
- Choose Create Issue. Enable Create another if you want to enter several issues in sequence.
- Open an issue from the board to edit its title, description, status, or priority. Update its description to record progress.
Discuss an issue
When reviewing the idempotency design requires input from backend and test teammates, start a discussion from that issue. Its title and description carry over, giving participants a specific question to investigate and resolve.
- Open the issue and choose Start discussion.
- Review the prefilled title and description, and explain the question to resolve.
- Optionally select existing project members or agents, then choose Create.
- Discuss the question, then record the decision back in the issue and update its progress.
Track project progress
Board status shows what is waiting, underway, or ready for review. Add findings and blockers to the issue as well, so teammates know what help or decision is needed next.
Open an issue and use its Status menu to update progress.
| Status | Suggested use |
|---|---|
| Backlog | The request is recorded but still needs planning or clarification |
| Todo | The goal and acceptance criteria are ready; work has not started |
| In progress | Work is underway |
| In review | A result is ready to check against the acceptance criteria |
| Done | The result has been checked and accepted |
| Cancelled | The item will no longer be pursued |

