Skip to content

Latest commit

 

History

History
83 lines (47 loc) · 3.31 KB

examplescrum.md

File metadata and controls

83 lines (47 loc) · 3.31 KB

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.

<script>

/**

  • RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
  • LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/ /* var disqus_config = function () { this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable }; */ (function() { // DON'T EDIT BELOW THIS LINE var d = document, s = d.createElement('script'); s.src = 'https://scrum101.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })();
</script> Please enable JavaScript to view the comments powered by Disqus.