SCRUM 101

All you need to know about scrum

Example scrum project

This page contains information about creating an example scrum project. We will be using JIRA to manage our scrum project.

Creating a new project

First, we’ll create a new project. In the top-right corner of the Projects page, click “Create Project”

Enter a memorable name for the project and click create.

Adding user stories

With the created project you can now add stories to the backlog. Stories should capture some user requirement of the end product.To add stories to the backlog, click “Create issue”. Enter the title of the user story into the “what needs to be done” text box. Press Enter and the story will be place dinto the project backlog!

You can continue to create stories if you want. Let’s instead edit the newly created story, adding a description of the story, and some acceptance criteria.

Nice. After you created enough stories it’s time to prioritise. Stories that are dependent for the completion of other stories are naturally higher priority. Prioritise these highly.

Once prioritised, you need to add story points to each story. Have a go at story-point-poker for each story in the backlog. Assign each story the estimated amount of story points.

Creating your first sprint

Time to create a sprint.

In the Backlog screen, locate the “Create Sprint” button

Based on estimates of how much work you think you could complete in your desired sprint duration, add stories to the newly created sprint by drag and dropping stories from the backlog to the sprint.

Once you’ve added all the stories you think you could complete in a sprint click “Start Sprint”. Name the sprint if you like and specify the duration.

With the sprint created, the team can assign tickets to themselves. Once work has started on a ticket it should be moved to the “In progress” tab of the current sprint. Once completed it shoukd be moved to the “Done” tab.