ACC answers “what is open right now” well. It is less good at “is this getting better”, which needs history, aging, and a way to slice by something other than status.
How it’s made
Issues reach Frame on a webhook, so the report follows the project rather than a manual sync. They land as a properly typed table — dates are dates, counts are numbers — which is what makes aging analysis possible without a layer of conversion steps.
How Frame builds it
Raised in ACC, already in the report
Every lifecycle timestamp comes through, alongside type, subtype, root cause, and your project’s custom attributes: days open by assignee, time to close by type, recurring causes seen as patterns. Issues also keep their coordinates and element references, so the Issues page can put one on the geometry it concerns. A federated variant handles issue sets spanning several models in a coordination view.