Customize Work Categories
How to customize 'Types of Work' and 'Feature vs Maintenance' charts (for Jira and Linear)
Each organization works differently. Our custom configuration allows you to accurately understand what work has been completed at your organization, based on issue tracking data from integrations like Jira and Linear. We hope this will help keep teams on track and prioritize work.
Work “completed” definition
Work completed = work that has been moved to the Done
status, or to a custom status in the Done
status category.
For example: if you have custom Jira statuses like Testing
, In Staging
, Ready for Release
, and Released
, and the last 2 statuses are both in the Done
category, then we count number of issues moved either to Ready for Release
or Released
.
How to customize “work” completed
Work can be defined by using Issue Type, Epic, and/or Label (you can not select Sub task or issue types of custom hierarchy levels).
We will only show epics that are currently in an “open”-type status.
If you define a category using an epic that later gets closed, the chart will still show the issues in that closed epic for that category, until you decide to remove this epic from the category definition.
If you remove the closed epic from your configuration, it will disappear from the epics dropdown and you will no longer be able to use it.
Our default for Types of Work
is to categorize issues by Issue Type
. The Jira defaults for this are Story
, Bug
, or Task
, but you may have your own custom issue types.
Our default for Feature vs Maintenance
is to categorize issues by Issue Type
, where issues called bug, tech debt, or chore are displayed in various shades of purple, to indicate that it’s all Maintenance work
. All other issues are grouped into the green Feature work.
Note that an older release of this chart defaulted to categorizing issues based on whether it contained a string called bug
, tech debt
, or chore
. Now, the config default will look for an exact match (of course, configurable!).
How "work" is defined in custom configurations
Each chart’s configurations are organization-wide.
For now, we do allow categories to overlap:
If you define a custom work category called
Support
which includes work where Label isCustomer
, and another custom work categoryCustomer
which also includes work where Label isCustomer
, then work completed with a Label that isCustomer
will be counted in both categories.This helps some companies that prefer to have an accurate relative comparison of work across categories.
In the Feature vs Maintenance chart only, we will flag this discrepancy because it means some issues are being double counted, and it inflates the total issues done for that week or month (to over 100%).
For now, we handle work that falls outside custom categorization differently across the two charts:
In the
Types of Work
chart, anything that is not captured by custom categories will go into theUnassigned
bucket (which cannot be removed)In the
Feature vs Maintenance
chart, you have 2 options. Work that falls outside configured rules can either be:Counted as
Feature work
, by selecting the “Everything else” option when editing the Feature category (see image below; this is the default - since a lot of teams are using this chart to get a quick high level view of the two buckets, it’s easier to think of all work that’s not Maintenance as part of the Feature)Not counted at all, by selecting the “Only specific issues” option when editing the Feature category (see image below; this means some work will be completely excluded from the chart if it isn’t captured by the defined conditions)
Last updated
Was this helpful?