GFM project reference

I’m trying to provide a link to all issues with a certain label. Looking at the markdown documentation I found this syntax:

namespace/project~"Some label"

This works wonderfully except that it only points to open issues. I’d like it to list all issues with the specified label. Is this possible? If so, how can I achieve this?