Going Agile with Planio » History » Sprint/Milestone 13
Thomas Carney, 06/24/2015 11:10 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 | 12 | Thomas Carney | ## Setting up the Statuses, Trackers and Workflows |
30 | |||
31 | 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. |
32 | 10 | Thomas Carney | |
33 | 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. |
34 | |||
35 | 10 | Thomas Carney | ![](Set_up_statuses.png) |
36 | |||
37 | 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**. |
38 | 10 | Thomas Carney | |
39 | 1 | Thomas Carney | ![](setting_up_trackers.png) |
40 | |||
41 | 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' |
||
42 | |||
43 | 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. |
44 | |||
45 | ![](create_a\_tracker.png) |
||
46 | |||
47 | 13 | Thomas Carney | Before we create the rest of the trackers, we'll first set up the Workflow for our Agile trackers, so we can copy it for each new Agile tracker. Click on **Administration** in the top navigation bar and then click on **Workflow**. |
48 | |||
49 | 8 | Thomas Carney | ## Create Backlog Items |
50 | 1 | Thomas Carney | |
51 | Now, you can create issues for user stories, bugs and chores. Select the correct Tracker for each new item. |
||
52 | |||
53 | 8 | Thomas Carney | ## Start a Sprint |
54 | |||
55 | 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'. |
56 | 7 | Thomas Carney | |
57 | ![](02_empty_sprint_planning_page.png) |
||
58 | 1 | Thomas Carney | |
59 | Give a name to your new sprint such as Week 27 2015 and set the start date. |
||
60 | 8 | Thomas Carney | |
61 | ![](create_a\_new_sprint.png) |
||
62 | 7 | Thomas Carney | |
63 | 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. |
64 | |||
65 | ![](sprint_planning_page_with_issues.png) |