Link to all issues with a specified label
<!--IssueSummary start-->
<details>
<summary>
Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards.
</summary>
- [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=28941)
</details>
<!--IssueSummary end-->
### 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.
issue