Creating Your First Release and Sprint
In Varai Sprints, every sprint belongs to a release. So before you can create a sprint, you need a release. This guide walks you through both steps and gets you ready to add work items.
Step 1 — Create a release
A release represents a planned version or milestone of your product (for example, "v1.0 Launch" or "Q3 Feature Drop").
- In the left sidebar, click Releases.
- Click New Release.
- Fill in the release details:
| Field | Description |
|---|---|
| Release name | A clear version name, e.g., "v2.1.0" or "October Release" |
| Description | Optional — summarize what this release delivers |
| Start date | When work on this release begins |
| End date | The planned ship date |
- Click Create Release.
Many teams use semantic versioning (v1.0, v1.1, v2.0) or quarter-based names (Q3 2025). Choose whatever your team understands at a glance.
Step 2 — Create a sprint inside the release
A sprint is a time-boxed period of focused work within a release (typically 1 or 2 weeks).
- Click on the release you just created to open it.
- Click New Sprint.
- Fill in the sprint details:
| Field | Description |
|---|---|
| Sprint name | e.g., "Sprint 1" or "Sprint 1 — Core Auth" |
| Goal | Optional — one sentence describing what this sprint delivers |
| Start date | When the sprint begins |
| End date | When the sprint ends |
- Click Create Sprint.
Step 3 — Add your first task
Now that your sprint exists, add some work to it.
- Open the sprint you just created.
- Click New Task (or press T as a keyboard shortcut in most views).
- Enter a task title and click Create.
You can fill in more details (assignee, priority, dates) right away or come back later.
To add many tasks quickly, use the Import from CSV option. See Importing from CSV/Excel.
Step 4 — Start the sprint
When your sprint has its tasks planned and you are ready to begin:
- Open the sprint.
- Click Start Sprint.
- Confirm the start and end dates.
Once a sprint is started, you can switch to the Kanban board to track progress visually.
Summary — the full flow
Create Release
└── Create Sprint (within the release)
└── Add Tasks and Issues
└── Start Sprint
└── Track on Kanban / Gantt
└── Complete Sprint