Project

Profile

Help

Going Agile with Planio » History » Sprint/Milestone 32

Thomas Carney, 06/29/2015 02:47 PM

1 21 Thomas Carney
# Agile
2 1 Thomas Carney
3 32 Thomas Carney
Planio lets you use agile methodologies such as Scrum, Kanban or Extreme programming for your projects.
4 1 Thomas Carney
5
{{>toc}}
6
7 3 Thomas Carney
## Agile Methodologies
8 2 Thomas Carney
9 1 Thomas Carney
Agile methodologies includes a group of software development methods such as Scrum, Kanban or Extreme programming. They’re all based on the idea that requirements and solutions evolve through collaboration between self-organizing, cross-functional teams.
10
11
We’ll look at how you can use Planio for one of these methodologies.
12
13
## What you can do with Planio's Agile App?
14
15
Here’s what it will look like once it’s set up:
16
17
  - see all the sprint items on one board
18
  - drag-n-drop items or update them on the board
19
  - plan your sprints and create issue backlogs
20
  - generate burndown charts, cumulative flow charts, velocity charts and more
21
22 11 Thomas Carney
## Getting Set Up
23 1 Thomas Carney
24
First, create a new project in Planio.
25
26 14 Thomas Carney
Then, make sure that the Agile app is activated. Go to the Apps tab and install the Agile app.
27
28 1 Thomas Carney
![](01_install_Agile_app.png)
29
30 32 Thomas Carney
## Start Simple
31 15 Thomas Carney
32
We've found that you'll have the most success if you start off with a simple set-up and work from there. Once you've completed a few sprints with Planio, you'll be in a better position to see what customizations will make sense for you.
33
34 1 Thomas Carney
## Plan a Sprint
35 22 Thomas Carney
36 26 Thomas Carney
It's time to plan your next sprint. Click on **New Sprint**. Give a name to your new sprint such as Sprint #1 and set the start date. Now, you can drag an issue from the **Issues without sprint** column to the sprint you just created.
37 9 Thomas Carney
38 24 Thomas Carney
![](spring_planning_first_sprint.png)
39 16 Thomas Carney
40
## View Items on Your Agile Board and Create Sprint Views
41
42 26 Thomas Carney
Click on **Agile board** in the navigation bar and you'll see the the issues laid out on the Agile board. By default, you'll see all issues in the project, rather than just the issues for the current sprint.
43 1 Thomas Carney
44
Therefore, we'll create and save a filter for the current sprint. Click on 'Add filter' in the top right hand corner and select the 'Sprint/Milestone'. Make sure the filter is Sprint / Milestone is set to the current sprint and click 'Save'.
45 26 Thomas Carney
46
![](Set_sprint_filter.png)
47 16 Thomas Carney
48 27 Thomas Carney
On the next page, you can **name** this filter, make it **visible to all users** and set it as the **default board**, so you don't have to select this filter each time.
49
50
![](new_agile_board.png)
51 17 Thomas Carney
52 20 Thomas Carney
It will appear in the right sidebar under 'My agile boards'.
53
54 28 Thomas Carney
You can now drag and drop issues on your Agile board. You can also update items by right-clicking on them (Windows) or double-clicking on them (Mac).
55
56 29 Thomas Carney
![](Update_issues_on_board.png)
57 28 Thomas Carney
58 17 Thomas Carney
## Graphs, Graphs, Graphs!
59
60 30 Thomas Carney
Click on **Add filter**, select **Sprint/Milestone** and set it to the current sprint, so you can see the charts as they relate to the current sprint.
61
62 17 Thomas Carney
Burn down charts show you how a project is progressing. They highlights the impact of adding new feature requests, and they'll let you know if things aren't going according to plan.
63 18 Thomas Carney
64 30 Thomas Carney
![](Issues_burndown_chart.png)
65
66 18 Thomas Carney
The velocity chart shows you the output of a team per sprint.
67 1 Thomas Carney
68 31 Thomas Carney
![](velocity_chart.png)
69
70 18 Thomas Carney
Lead time is the time between an issue being opened and being closed. Teams using a Kanban approach often favor this method over the velocity chart, and they'll focus on improving the lead time rather than velocity.
71 1 Thomas Carney
72 31 Thomas Carney
![](lead_time_charts.png)
73
74
Cumulative flow shows how issues are 'flowing' through different statuses.
75
76
![](cumulative_flow_chart.png)
77
78
This chart helps answer questions such as:
79 18 Thomas Carney
80
1.  Are issues reaching their final state?
81
2.  Is there a particular status that's tacking a lot of time?
82
3.  How long does it take you to go from an idea to value?
83
4.  Is the scope of the project changing over time?