Friday

scrum google spreadsheet

Google Docs SCRUM templates

  1. A simple example (Product
    Backlog, Sprint Backlog and Burndown
    Charts) provided by Pyxis.

  2. A sample sheet (Product Backlog, Sprint Backlog, Burndown Charts, Impediments backlog) provided by Openbravo - and some more sheets at the end of this page.


  3. A basic Scrum template including a product backlog and sprint backlogs.

  4. A Scrum template inspired from Bas Vodde (see this blog post).

  5. A very simple starting-point for a scrum product backlog.




No comments:

test smtp server with powershell

Send-MailMessage -SMTPServer smtp.domain.com -To [email protected] -From [email protected] -Subject "This is a test email" -Body ...