Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Agile Project Management with GreenHopper 6 Blueprints
Agile Project Management with GreenHopper 6 Blueprints

Agile Project Management with GreenHopper 6 Blueprints: Written by an Agile enthusiast, this comprehensive guide to GreenHopper will help you track and manage your projects in a way that achieves the best value for your team. Excellent reading for everybody from stakeholders to scrum masters.

eBook
€19.99 €22.99
Paperback
€27.99
Subscription
Free Trial
Renews at $19.99p/m

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing
Table of content icon View table of contents Preview book icon Preview Book

Agile Project Management with GreenHopper 6 Blueprints

Chapter 2. Planning Your Sprints with GreenHopper

The project backlog is a list of work accumulated over a period that needs to be done or that is already done. GreenHopper allows you to maintain your backlog and gives you a clear view of items for which work still needs to be done. To work in the Scrum way, you adopt an incremental pattern of completing your work.

In this chapter, we will cover creating boards to manage your backlog, analyzing the project backlog, planning the backlog in an incremental way, and grooming the backlog over a period of time. Based on ranked backlog, we will be creating a Sprint backlog and starting a sprint. To achieve this, we will be covering the following GreenHopper functionalities:

  • Creating a Jira project to store backlog items in different issues type forms.

  • Creating a board to visualize the backlog to be able to plan, work, and report on the backlog.

  • Creating Epic to be able to break the backlog into multiple top-level functionalities, referred to as...

Creating a project


GreenHopper is built on top of the Jira application. If you are already working with Jira and already have a project backlog in place, you can directly start creating a board for the existing projects, which we will be covering in the next section.

To get started with using GreenHopper, click on the Getting Started selection under the Agile tab in the top navigation of Jira.

As shown in the preceding screenshot, you have presets available to choose from, based on well-suited processes your team is currently working on, as follows:

  • Scrum Board is for Agile teams following Agile Scrum methodology delivering in time-boxed iterations. The board created will provide you with Scrum terminology available on the board mapping with typical Scrum terms like Sprint, user story, Story points, Burndown chart, and so on.

  • Kanban is for teams working in a controlled work flow manner that limits concurrent work in progress in a continuous flow of work. It allows you to prioritize work and...

Creating a board


A board in GreenHopper is a place to display issues from single or multiple projects. If you already have created a board in the last section, you may skip down to the next Plan mode section.

You can create a board by clicking on create a new Scrum board link as shown in the first screenshot on the Getting started page:

As shown in the preceding screenshot, enter the following values for new board:

  • Board Name: The name of the board. You will also be able to edit the name of the board later.

  • Projects: Allows you to select a single project or multiple projects based on your team configurations. GreenHopper also allows you to create a board based on multiple Jira projects. Based on your team configurations, if you are using an individual Jira project for each team, you can still create a single board to visualize and manage multiple teams.

A typical Scrum board, displayed in the preceding screenshot, is the representation of three main phases; which are Planning, Tracking, and...

Creating an Epic


An Epic is a large functionality of a product which needs to be delivered and which can further be divided into user stories. An Epic can span over multiple Sprints, until it is all finished.

As shown in the following screenshot, click on the + icon in the Epics panel to create an Epic:

Create an Epic using the Epic issue type and enter the relevant details for your Epic. In the Epics panel, the Epic name you entered while creating the Epic is displayed along with issue details representing the Epic.

The panel also displays total issues (Story, improvements, bugs, and so on) assigned to an Epic along with the total estimates (here, Story points in our case for the Epic). For Epics created with no Epic name or missing Epic name, unlabelled Epic text is displayed.

Use drag-and-drop functionality on the Epics panel to rank the Epic within your backlog. Keep the high-priority Epic, which you will be working on first, on top.

To edit an Epic name, click on Edit name, which allows...

Creating a Story


A user Story in Scrum is a user/actor conversation/requirement or a small functionality which can easily be unit tested and delivered in a limited time of a single Sprint. The Story belongs to an Epic.

To create a Story for an Epic, click on the create issue in epic link on Epics panel.

As shown in the preceding screenshot, to create a Story, select the relevant issue type and enter Story details. The newly created Story will be listed under an Epic and will also be visible in the Plan mode. If you select an Epic in the Epics panel, all the issues related to that Epic will be displayed on backlog panel. If you select one of the newly created stories, the Story panel is displayed on the right-hand side.

As shown in the preceding screenshot, the issue details panel is opened. You can perform all the relevant operations available to the issue on the same panel. The tag panel on the left-hand side allows you to do corresponding operations on the selected Story.

The Story details...

Creating subtasks


The technical tasks are deliverable tasks performed by the developers to deliver a Story in a Sprint.

To add subtasks to a Story in the Plan mode, select a Story to add subtasks to, and the details panel of the Story will be visible.

As shown in the preceding screenshot, click on the Create Sub-Task button on the issue details panel to add a subtask to an issue. The same panel also displays the list of existing subtasks for an issue. Based on time tracking enabled for the Jira system, you will be able to add hour estimations for the technical tasks. If time tracking is enabled, the Story details panel also displays the total efforts required for all the subtasks, as shown at the bottom in the previous screenshot.

Ranking the backlog


By now you have your backlog ready with most of the required Epics which are further divided into different user stories to be delivered.

One of the important tasks in managing and grooming backlog is the ranking or ordering of different backlog items. From a business value perspective, not all functionality is of the same business value. Some functionalities are must have and some are good to have, having less business value.

As stated in the earlier section, you can rank Epics by drag-and-drop in the Epics panel and Epics will be relatively ranked in the panel. You will be able to focus on the Epic in the backlog which you are currently working upon.

To rank Story and other issue types in the backlog list, drag-and-drop vertically in the list based on the priority.

As shown in the preceding screenshot, you should be able to drag-and-drop each issue to prioritize it relatively. You can select multiple items in the backlog list by using Ctrl + Click or Shift + Click to move...

Creating a Sprint


A Sprint in Scrum is an iteration to deliver a committed set of functionality for a product in a time box of nearly a month or less.

We have our prioritized backlog ready with us in the proper prioritized order. The next step is to estimate and pick a set of backlog items from product backlog to deliver in a particular Sprint. We will be covering the Sprint estimation process and capacity management in detail in the next chapter.

To create a Sprint, click on the Create Sprint button in the Plan mode under Backlog panel, as shown in the following screenshot:

It will create a blank Sprint for you. Click on the Sprint name to edit it with inline editing as per your current Sprint number. To plan the Sprint, click on the date fields for inline editing to set start and end dates for a Sprint.

To add Story items to a Sprint, drag stories based on preset ranking order of Story and drop it in the Sprint panel, the Sprint you are currently planning.

You can also select multiple items...

Summary


In this chapter, we created the team Agile board to get it started with Scrum way of working. We started the Agile team with a new Jira project and also with the existing project.

The board displayed the backlog items which the team will be working on. The team created different types of backlog items on the Plan mode. We created Epic and Story issues as part of the product backlog. We also covered creation of technical task items as part of Sprint planning meeting.

We also moved the items in the Plan mode to rank the items based on business prioritization. We will be covering the backlog items estimations in detail in the next chapter, where the team will learn to assign complexity points to each backlog item as part of backlog grooming and estimating.

Using Plan mode, the team created Sprint and committed on backlog items to be completed in a Sprint. The team started a Sprint and set the Sprint timelines to continue the Sprint. In later chapters, we will cover how to track a Sprint...

Left arrow icon Right arrow icon

Key benefits

  • Manage multi-project and multi-team backlog items for agile projects
  • Learn how to use GreenHopper's rich interface features to focus on the work at hand and increase productivity
  • Easy agile process adoption with pre-sets for Scrum & Kanban

Description

Agile methodologies like Scrum focus on customer values in an incremental way. Regular planning, tracking, reporting, and improving can become equally challenging from a project management perspective. GreenHopper is a tooling support for JIRA that offers easy adoption of agile practices through rich interfaces for effective team collaboration and project management. Agile Project Management with GreenHopper 6 Blueprints is a step-by-step guide that teaches you how to manage agile projects using the GreenHopper tooling system. With easy adoption using pre-sets for Scrum & Kanban, the rich interface focuses on the work at hand, increasing team productivity. Executing sprints, tracking sprints, and reporting on agile projects has never been so easy. The integration with different development environments helps teams to focus on collaboration, communication, and continuous improvement. This book covers agile project management concepts using GreenHopper. You will learn about backlog management for your agile team, how to create projects and boards for your agile team, and how to create new backlog items, prioritize items, estimate backlog items, create sprints, and update technical task status and report on the same. You will learn everything you need to know about managing an agile project using GreenHopper and how to achieve the best value for your team.

Who is this book for?

This book is of great help for agile teams who are already using or planning to use the GreenHopper tooling system to execute agile projects. It suits all roles in an agile project including system administrators, stakeholders, product owners, scrum masters, and team members. Fundamental knowledge of JIRA is essential.

What you will learn

  • Install GreenHopper and create projects and boards for your team
  • Use GreenHopper s rich interface features
  • Learn about agile concepts and which GreenHopper tools are best suited for each
  • Master backlog creation, prioritization, and estimation of items
  • Understand sprint creation, how to execute sprints, time tracking, and how to manage sprint backlogs
  • Use task boards effectively and create custom workflow status and column and update task status
  • Use JIRA filters effectively, including Quick Filters, Swimlanes, and card colours
  • Analyze burndown charts effectively for sprint tracking
  • Complete a sprint, manage unfinished backlog items, and generate sprint reports
  • Use velocity charts, epic reports, control charts, and cumulative flow diagrams
  • Manage Kanban teams using GreenHopper, create Kanban boards, control work in progress, and find bottlenecks in your system and report them to your Kanban team
  • Understand GreenHopper integration points that support your agile team

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Aug 26, 2013
Length: 140 pages
Edition : 1st
Language : English
ISBN-13 : 9781849699730
Vendor :
Atlassian

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing

Product Details

Publication date : Aug 26, 2013
Length: 140 pages
Edition : 1st
Language : English
ISBN-13 : 9781849699730
Vendor :
Atlassian

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total € 123.97
Agile Project Management with GreenHopper 6 Blueprints
€27.99
JIRA 5.2 Essentials
€53.99
The Professional ScrumMaster's Handbook
€41.99
Total € 123.97 Stars icon

Table of Contents

9 Chapters
Getting Started with GreenHopper Chevron down icon Chevron up icon
Planning Your Sprints with GreenHopper Chevron down icon Chevron up icon
Estimating and Time Tracking Chevron down icon Chevron up icon
Using the Work Board to Update Issues Chevron down icon Chevron up icon
Using Quick Filters and Highlighting Issues Chevron down icon Chevron up icon
Understanding the Burndown Chart Chevron down icon Chevron up icon
Ending a Sprint Chevron down icon Chevron up icon
Project Reporting Using Charts Chevron down icon Chevron up icon
Managing Kanban Team with GreenHopper Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Half star icon Empty star icon Empty star icon Empty star icon 1.5
(2 Ratings)
5 star 0%
4 star 0%
3 star 0%
2 star 50%
1 star 50%
Edward T. Smith Nov 22, 2013
Full star icon Full star icon Empty star icon Empty star icon Empty star icon 2
Pretty shallow. Jira's and Greenhoppers view of Agile is lacking from my perspective. The book shows some things, but the actual product has a long ways to go to be fully agile.
Amazon Verified review Amazon
Paulo Soares Dec 08, 2014
Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1
Um livro que funciona como um help de sistema sobre o Greenhopper e não passa disso. Fala muito pouco sobre como seria um gerenciamento de projetos bem feito com ele. Se espera algo além do que significa, literalmente, cada campo da ferramenta, esse livro não irá te dar.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is included in a Packt subscription? Chevron down icon Chevron up icon

A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content

How can I cancel my subscription? Chevron down icon Chevron up icon

To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in.

What are credits? Chevron down icon Chevron up icon

Credits can be earned from reading 40 section of any title within the payment cycle - a month starting from the day of subscription payment. You also earn a Credit every month if you subscribe to our annual or 18 month plans. Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’.

What happens if an Early Access Course is cancelled? Chevron down icon Chevron up icon

Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.

Where can I send feedback about an Early Access title? Chevron down icon Chevron up icon

If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team. 

Can I download the code files for Early Access titles? Chevron down icon Chevron up icon

We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.

When we publish the book, the code files will also be available to download from the Packt website.

How accurate is the publication date? Chevron down icon Chevron up icon

The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.

How will I know when new chapters are ready? Chevron down icon Chevron up icon

We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.

I am a Packt subscriber, do I get Early Access? Chevron down icon Chevron up icon

Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.

How is Early Access delivered? Chevron down icon Chevron up icon

Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.

How do I buy Early Access content? Chevron down icon Chevron up icon

Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.

What is Early Access? Chevron down icon Chevron up icon

Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.