Create Sprints
2 min read
Updated May 2026
WeKraft Team
Learn how to create planned sprints, set time-boxed goals, and load tasks or issues from your backlog.
Where to Go & How to Go
1. Creating a Planned Sprint
- Where to Go: In your project space, navigate to Manage → Sprint in the left sidebar (or
/workspace/sprint). - How to Go:
- Click "+ Create Sprint" in the top-right corner of the Sprints dashboard.
- A form dialog will appear.
- Enter a Sprint Name (e.g., "Sprint 1 - MVP Release").
- Select the Start Date and End Date using the calendar date-range picker. Note that sprints cannot end after the project target deadline.
- Add a Sprint Goal detailing what the team intends to deliver (e.g., "Implement authentication and database connection").
- Click Create to save the planned sprint.
2. Loading Backlog Items into a Sprint
- Where to Go: Navigate to the sprint detail page by clicking the planned sprint name on the Sprint dashboard list (or go to
/workspace/sprint/[sprintName]). - How to Go:
- Once on the sprint details page, click "Add Task +" or "Add Issue +" depending on which backlog items you want to commit.
- In the backlog drawer/modal list, check the items you want to assign to this sprint.
- Click to save. The item's sprint assignment will update in real-time.
Sprint Creation Fields
| Field Name | Type | Description |
|---|---|---|
| Sprint Name | Text (Required) | Unique identifier for the sprint (e.g., "Sprint 1"). |
| Start / End Date | Date Range (Required) | Timeframe boundaries for metrics calculations. Sprints must fit within the project timeline. |
| Sprint Goal | Text (Required) | Description of the sprint's focus or primary objective. |