Link to all issues with a specified label

Problem to solve

Link to all issues (including closed issues) with a specified label.

Intended users

Developers, Maintainers, and Owners.

Further details

Sometimes I need to link to both open and closed issues with a certain label attached to it. I was looking at the Markdown documentation and found this syntax:

namespace/project~"Some label"

This works by linking only to open issues - I have to click the All tab just to get a complete list.

Proposal

I'm proposing that a syntax like namespace/project~"all:Some label" be parsed to link to the complete list of issues (including closed issues) with the specified label.

In effect, both namespace/project~"opened:Some label" and namespace/project~"closed:Some label" should be properly parsed as well.

Edited by Patrick Gregorio