I have a software space Kanban board setup with swim lanes using queries. We also have JSM projects with SLAs.
Attempting to have the top swim lane show items that have breached SLA using "Time to resolution" = breached().
When running this JQL in Filters it properly returns items that have breached the SLA.
When including "Time to resolution" = breached() in a swim lane the swim lane will return items that have not breached the current SLA.
Has anyone else seen this behavior or a way to adjust to show properly in a swim lane?
Hi @Steve White
Are the JSM work items coming onto that software board through a cross-project board filter, or through a linked hierarchy?
I have experienced something similar, as the board swimlane query is applied to the work items the board has already loaded. As a time-relative function like breached() looks correct in Filters (search runs live against the index every time you execute it) and stale in a swimlane, items might sit there until the browser is refreshed or a reload of the board is triggered when something actually changes on the work item.
Cheers, Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.