Lighthouse v25.7.7.1834
Latest
Visualize Blocked Items
Lighthouse now can visualize items that are blocked. Following changes were made:
- New widget that shows the total of blocked items
- The Work Item Aging Chart displays blocked items with a red dot
- Blocked items have a dedicated icon in the Work Item Dialog when you
In order to configure blocked items, both Teams and Projects offer a new option under Flow Metrics Configuration. You can specify tags (labels in Jira) or states that mark an item as blocked.
Bug Fixes
- In certain cases, the validation for Projects was never completing. This should be fixed now.
- Some of the metrics in a project were cached but never invalidated, thus the value never updated. This is fixed.
Contributions ❤️
Special Thanks to everyone who contributed their feedback to this release:
Lighthouse v25.7.6
Fixed disappearing states in Work Item Aging Chart
If you have many states, some of them would not show up in the x-axis of the Work Item Aging Chart. This is adjusted now, and all states will always show, independent of available space.
Note: This may mean that some of the text is overlapping. This is known and accepted for the time being.
Contributions ❤️
Special Thanks to everyone who contributed their feedback to this release:
Lighthouse v25.7.5.1158
Work Item Aging Chart
We added a new chart to visualize In Progress work. In the Work Item Aging Chart, you’ll see all ongoing work, where:
- The x-axis is showing the state the item is in currently
- The y-axis indicates how long it’s in progress already (Work Item Age)
The states on the x-axis are in the order you defined them in the settings for the respective Team/Project. If you want to adjust the order, you can do so by drag and dropping states left/right when editing.
The chart behaves the same way as the Cycle Time Scatterplot:
- If multiple items are at the same location, the dot appears bigger
- You can click on each dot to get more details
- You can selectively show the percentiles from the Cycle Time and the SLE (if configured)
Automatic Download and Installation of New Versions
In order to simplify updating Lighthouse, you can now simply click a button which will automatically:
- Download the latest version for your operating system (Windows, Linux, MacOS)
- Note: This is not supported if you’re running docker
- Extracting the files in the directory you run Lighthouse from
- Restarting Lighthouse
This should help keeping up with the frequent releases, and make it easier also for less techy users to update (no need to fiddle with scripts or GitHub).
Note: If you experience issues, please reach out to us via Slack, as it was not easy to test this in all potential configurations.
Other Improvements
- States can now be re-ordered when editing Teams and Projects through drag and drop. The order of the states is affecting the Work Item Aging Chart.
- When editing a team/project, it will not trigger an automatic update anymore after saving.
- Updated various third party dependencies
Contributions ❤️
Special Thanks to everyone who contributed their feedback to this release:
Lighthouse v25.6.29.1252
Allow to Group Features by Parent
So far, the Features listed for Teams/Projects was always a flat list. However, many teams have another layer “on top” of their feature that they track in Lighthouse. With this release, it’s now possible to visualize the Parent in this list. If the “Group Features by Parent” toggle is switched on, the flat list changes to a hierarchy, where items are sorted under their parent.
The parent is using the default parent field from your system. If you can’t use this, you can now also define a Parent Override Field for your project (similar) to the teams. Note: The field must contain an ID to an item in your Work Tracking System so Lighthouse can fetch more information for it.
As this is the first version of this feature - we’re eager to get your feedback. Join our Slack and let us know how we can improve it!
Other Improvements
- The Footer now contains a link to the LetPeopleWork Offering Obeya
- Improved the speed of the Project Validation on Jira
- Renamed “Custom Related Field” to “Parent Override Field”
Bug Fixes
- Opening Work Items from Lighthouse sometimes added a double “/” which made the url invalid (observed on Jira Data Center) - this should be fixed now.
- The legend for show/hide the System WIP Limit was sometimes overlapping the points in the chart. Aligned Legend now with other charts.
Contributions ❤️
Special Thanks to everyone who contributed their feedback to this release:
Lighthouse v25.6.16.1514
This release focused on many smaller improvements and bug fixes, many of which came in through our Slack community.
Context For Charts and Widgets
Visualization of our data is very useful, but at times it’s also great to see the underlying data in a simple, table-like format. In this release, we added more context for many widgets and charts, so that you can see the individual items that make up the values Lighthouse is visualizing:
- Started vs. Closed Widget: Click on the widget to see which items were started and/or closed in the specific time range
- Throughput Run Chart: Click on a specific day to see which item(s) were closed
- WIP Run Chart: Click on a specific day to see which items were open
Clicking will always open a dialog with more detailed information. We also aligned this behaviour on the Cycle Time Scatterplot. Instead of opening the link directly, a click on a bubble will now open the dialog as well. This makes it a lot easier if you have a single bubble that represents more than one item.
The tooltip for all the charts will mention how many items are affected. If it’s just a single one, you’ll also see more details directly in the tooltip, like the name, and the reference/ID/key for all the teams and organizations that are operating like Rain Man and talk in numbers instead of meaningful words.
System WIP Limits
For teams and projects, you can now define a System WIP Limit. If done, the value shows up:
- In the header of the team/project details, similar to the Service Level Expectation
- As a Goal in the Work In Progress widget
- As an optional, horizontal line, in the WIP Run Chart
Contrast
We got feedback from several people that not everything is easy to read. We tried to improve this with this release, increasing the contrast and trying to implement the WCAG guidelines for contrast ratios. This has an effect mainly (but not only) on dark mode, and especially within the metrics section.
Docker
The docker container uses internally now the default ports 80 (http) and 443 (https) instead of 5000/5001. Also the http port is now exposed, so if you want to bind directly to this one, you are free to do so.
⚠️ Breaking Changes ⚠️
Be aware that this may break your existing scripts/commands to startup the docker container. Please adjust the ports accordingly in case you are updating.
Other Improvements
- In the header of the team, it’s now showing which timespan is used for forecasting (Forecast Configuration)
- The default time range preselected when looking at their metrics is now based on the Forecast Configuration (unless they use a fixed date Throughput)
- You can now override the default request timeout to cope with slow endpoints and/or large queries that time out
- The System WIP, Feature WIP (for teams only), and Service Level Expectation configuration are now grouped under Flow Metrics Configuration in the Create/Edit page
Bug Fixes
- If a tag for a project or team is empty, it will not be shown
- Tooltip for the Cycle Time Scatterplot should not expand endlessly in width now
- Update of various third-party libraries
Contributions ❤️
Special Thanks to everyone who contributed their feedback to this release:
Lighthouse v25.6.6.1614
Export and Import of Configuration
The main focus of this release was the introduction of the functionality to export and import your Lighthouse Configuration.
In Settings –> System Settings you will see two new buttons:
- Export Configuration
- Import Configuration
Export will download a .json file that contains all the settings from your Work Tracking Systems, Teams, and Projects, excluding any secret information to connect to your Work Tracking System.
If you click on Import, you’ll get an import dialog that will lead you through the process step by step.
You can find the full documentation for the features in the docs.
Bug Fixes
- Items that haved an Age/Cycle Time exactly at SLE are displayed red instead of orange
- Last Updated Date was wrong (or not updated anymore) for Projects
Other Improvements
- Restructured the Settings Page, grouping various settings under the “System Settings” Tab
- Scatterplot is now showing bigger bubbles if multiple items were closed at the same day with the same age
- The CFD has no tooltip anymore (as it was not useful)
- Update of various third-party libraries
Contributions ❤️
Special Thanks to everyone who contributed their feedback to this release: