Project

Profile

Help

Going Agile with Planio » History » Sprint/Milestone 10

Thomas Carney, 06/24/2015 10:47 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
## Getting Setup
23
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 10 Thomas Carney
First, we'll set up the Issue statuses that we want to see on the Agile board. Planio comes with some statuses by default. You can ignore them, or you can delete them 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 1 Thomas Carney
31 10 Thomas Carney
In this example, we've created Backlog, Not Started, In Progress and Done. 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
![](Set_up_statuses.png)
33
34
Click on **Administration** in the top navigation bar and click on **Trackers**.
35
36
![](setting_up_trackers.png)
37
38
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'
39 6 Thomas Carney
40 8 Thomas Carney
## Create Backlog Items
41
42 1 Thomas Carney
Now, you can create issues for user stories, bugs and chores. Select the correct Tracker for each new item.
43
44 8 Thomas Carney
## Start a Sprint
45
46 7 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 navbar. Then, click on 'Sprint planning' under Issues in the right sidebar. Click on 'New Sprint'.
47
48
![](02_empty_sprint_planning_page.png)
49 1 Thomas Carney
50
Give a name to your new sprint such as Week 27 2015 and set the start date.
51 8 Thomas Carney
52
![](create_a\_new_sprint.png)
53 7 Thomas Carney
54 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.
55
56
![](sprint_planning_page_with_issues.png)