Templating with issues

How can I make use of {{ issues() }} (Templating - Home Assistant ) available since HA Core 2024.4 to filter for exactly those issues also shown at /config/dashboard and /config/repairs?

Like those restart reminders e. g.:

Looking at the template output I can’t find any usable attribute.

The visible repair is created by this:
{'created': '2024-09-01T18:33:02.600212+00:00', 'dismissed_version': None, 'domain': 'hacs', 'is_persistent': False, 'issue_id': 'restart_required_373845609_tags/v1.14.4'}

But it is not different to effectively any other output of {{ issues() }}. So how to differentiate (filter) the interesting ones?

(source: 2024.4: Organize all the things! - #627 by e-raser)