March 27th, 2026
Improved

When creating a new policy in Swif, admins can now immediately see which policy types are already in use and quickly inspect existing configurations.
What’s new
“Existing policies configured” label in Select Policy
On the Create New Policy – Select Policy screen, each policy type now shows a label with how many policies of that type already exist, e.g.:
3 existing policies configured
1 existing policy configured
The label uses the exact count from backend data.
If there are 0 existing policies for a type, the label is hidden to keep the layout clean.
Tooltip with list of existing policies
For any policy type with existing configurations, the info icon now shows a tooltip listing those policies (name and key identifiers).
Clicking a policy in the tooltip opens its policy details in a new browser tab, so you don’t lose your place in the Create Policy flow.
Accessibility & behavior
Tooltip is keyboard-focusable and its links are accessible.
Links are set to open in a new tab with appropriate attributes/ARIA where needed.
Implementation is optimized to avoid performance regressions even for tenants with many existing policies.
Why this matters
This change makes it much easier for admins to:
Avoid accidentally duplicating policy types that are already configured.
Reuse or reference existing policy setups by jumping straight to their details from the tooltip.
Maintain a cleaner, more understandable policy configuration experience as tenants grow.