Project

Profile

Help

Going Agile with Planio » History » Sprint/Milestone 11

Thomas Carney, 06/24/2015 10:57 AM

1 1 Thomas Carney
# Going Agile with Planio
2
3
Planio supports agile methodologies such as Scrum, Kanban or Extreme programming.
4
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 5 Thomas Carney
Then, make sure that the Agile app is activated. Go to the Apps tab and install the Agile app.  
27 1 Thomas Carney
![](01_install_Agile_app.png)
28 5 Thomas Carney
29 11 Thomas Carney
We'll set up the Issue statuses that we want to see on the Agile board. Planio comes with some default statuses. You can delete ones you don't want if no issue has been assigned to that status yet. Note, this will delete the status for all projects, not just the Agile project.
30 10 Thomas Carney
31 11 Thomas Carney
In this example, we've created Backlog, Not Started and Done. In Progress is on of the default, so we'll keep it. These will be the four statuses on our board. You can create a new status by clicking on **New status**. For Backlog, we've set it as the default value, so any new issues you create will be a Backlog item by default. For Done, I've selected the 'Item closed' checkbox when creating it.
32
33 10 Thomas Carney
![](Set_up_statuses.png)
34
35 11 Thomas Carney
Now we want to create different trackers for different types of items on the board. Click on **Administration** in the top navigation bar and click on **Trackers**.
36 10 Thomas Carney
37 1 Thomas Carney
![](setting_up_trackers.png)
38
39
In this case, we'll set up trackers for User Stories, Bugs and Chores. You might have different items in your approach, so you can choose your trackers based on your approach. Click on 'New Tracker'
40
41 11 Thomas Carney
Enter in the name of the tracker. In this case we'll enter 'Backlog' for the first tracker. We'll assign it to the Agile Development Team project. We'll leave the 'Copy workflow from' box blank because we have to set up the Agile workflow first.
42
43
![](create_a\_tracker.png)
44
45 8 Thomas Carney
## Create Backlog Items
46 1 Thomas Carney
47
Now, you can create issues for user stories, bugs and chores. Select the correct Tracker for each new item.
48
49 8 Thomas Carney
## Start a Sprint
50
51 11 Thomas Carney
You know have a backlog of items, and it's time to plan your next sprint. Click on the 'Agile board' tab in the navigation bar. Then, click on 'Sprint planning' under Issues in the right sidebar. Click on 'New Sprint'.
52 7 Thomas Carney
53
![](02_empty_sprint_planning_page.png)
54 1 Thomas Carney
55
Give a name to your new sprint such as Week 27 2015 and set the start date.
56 8 Thomas Carney
57
![](create_a\_new_sprint.png)
58 7 Thomas Carney
59 9 Thomas Carney
Now you'll see your Issues without a sprint on the left. You can drag an issue from the left onto the sprint you just created.
60
61
![](sprint_planning_page_with_issues.png)