Simple Mingle Overview Charts: Project Backlog

One of the items I  track in an Agile project is what my team refers to as “Project Backlog.” The Project Backlog contains stories that have yet to be accepted and assigned to a sprint or release. For purposes of estimating project end dates, I keep a running tab on the total stories in the Project Backlog at any given time.

In Mingle, I’ve developed the following tracking chart:

Here’s the code to create this chart:

{{
data-series-chart
cumulative: true
x-labels-start: 04/01/09
x-labels-end: 05/30/09
x-labels-step: 7
x-title: Date
y-title: Stories
chart-width: 400
plot-width:  200
three-d: false
chart-type: line
series:
- color: orange
data: SELECT  ‘Added On’, COUNT(*) Where type = Story AND  ‘Planning – Release’ IS NULL and ‘Planning – Sprint’ IS NULL and ‘Added On’ <= TODAY and Status != ‘On Hold’ and Status != ‘Deleted’
type: line
line-width: 2
trend: false
}}

About Rick
Many years of technology experience working in both the public and private sector. I hold undergraduate degrees in Information Systems and Management as well as a Master in Business Administration. Currently I'm Vice President of Information Technology for Thomas Nelson Publishers, Inc.

One Response to Simple Mingle Overview Charts: Project Backlog

  1. Pingback: More Mingle Chart Modifications « Rick Proctor

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.