JQL to find issues with links to a specific issue type

We have a custom issue type called ‘Impediment’. We create and link ‘Impediments’ to other issues using the ‘Blocks’ link type. Through JQL, how can I show all issues that have at least one ‘Impediment’ linked to them?

Hi osrojas,

have you tried something like

issueFunction in linkedIssuesOf(“type = Impediment”)