WIP Run Chart Gadget

On this page

https://youtu.be/DhwU6hRrzIA

Overview

The WIP Run Chart is a type of chart that shows the amount of work in progress (WIP) over time for a team or a process. WIP is the number of items that have been started but not yet finished, or their total estimate, such as the sum of story points.

A WIP Run Chart can help you find trends or patterns in your work process, such as bottlenecks, fluctuations, or improvements. It can also help you monitor and control the WIP level, which is an important aspect of Kanban and other agile frameworks.

image-20240129-110442.png

The WIP Run Chart has two axes: the x-axis represents the timeline, and the y-axis represents the WIP count. Each data point on the chart shows the total WIP for a given day or period. The chart can also display a trend line, which can help you identify the direction and rate of change of your WIP level.

See the settings description below for how to configure the gadget.

Configuration

The settings of this gadget are divided in 2 tabs:

  • Data tab - contains the required settings of the gadget, such as title or data source

  • More Settings tab - contains the optional settings, such as card colors

Data tab

On this tab you can configure the required settings of the gadget.

image-20240129-110522.png

Setting

Description

Setting

Description

Gadget title

Choose what to display in the title bar of the gadget.

Data source

Select the type of Data Source used by the gadget:

  • The agile Board of your team.

  • A Saved filter that contains the issues that you want to track in the chart, make sure that the filter is shared with a Jira project or My Organization. Check Include the sub-tasks if you want the sub-tasks from the selected board, filter or JQL to be included in the calculation.

  • A JQL query that returns the issues you want to be processed by the gadget.

Start date

Specify the start date of the time interval displayed by the gadget.

End date

Specify the end date of the time interval displayed by the gadget. Be aware that you can also check the Continue to display data after end date option in the More Settings tab if you want the chart to still display data even if the end date has passed.

Intervals of

Indicates the length of the intervals displayed on the horizontal axis.

Calculate by

Specify on which criteria the calculation is to be performed. You can choose between:

  • Story Points - the default value; use this option if the issues are estimated in Story Points. If the issues are from team-managed projects (aka next-gen projects), select Story Point Estimate instead.

  • Original Time Estimate - use this if you use time estimates; the calculation will be done in hours.

  • Issue Count - use this if you want the calculation to be done by the number of issues.

  • Other numerical custom field defined in your Jira instance - pickup the numerical custom field that you use to track or estimate the issues.

"WIP" means

Specify how to consider the issue as being work-in-progress (WIP).

More Settings tab

On this tab you can configure the optional settings of the gadget.

Setting

Description

Setting

Description

Trendline

Check this option to display a line on the chart that reveals the overall direction of the data. The trendline can be:

  • Linear - a best-fit straight line that shows if the average cycle time is increasing or decreasing at a steady rate.

  • Polynomial - is a curved line, determined based on an order 2 polynomial formula, which is recommended when the data fluctuates.

Show legend

Check this option if you want the chart legend to be displayed.

Continue to display data after end date

Check this option if you want the chart to still display data even if the end date passed.

The vertical axis always starts at 0

Check this option if you want the vertical axis to always start at zero. If unchecked, the chart will automatically determine the minimum value of the vertical axis for optimal visibility.

Display horizontal gridlines

Check this option if you want the chart to display gridlines for the vertical axis.

Enable scroll zoom

Check this if you want to be able to zoom-in while scrolling with the mouse wheel over the chart.

Refresh cached data at next display

This gadget uses data caching for faster display, which means that some data resulted after processing are saved and reused next time the gadget is loaded. If you check it, the cache of the gadget will be deleted and recreated at the next reload. This setting is not persistent.

Colors tab

Setting

Description

Setting

Description

Automatically assign colors

Check this if you want the chart to automatically assign colors for the series.

Custom colors

Select any custom color you want the series to be displayed on by either entering the color's hexadecimal code or picking a color.

You can also use the Copy and Import buttons to copy and import the color configuration to gadgets of the same type.

 

Related blog articles

The following blog articles provide more information on how to use this gadget.