List all Issues that a Tag resolves
### Problem to solve
For a given Tag, show a list of Issues that the Tag resolves.
### Intended users
Anyone who is interested in knowing which Tag fixes which Issue:
* [Parker (Product Manager)](https://about.gitlab.com/handbook/marketing/product-marketing/roles-personas/#parker-product-manager)
* [Sidney (Systems Administrator)](https://about.gitlab.com/handbook/marketing/product-marketing/roles-personas/#sidney-systems-administrator)
* [Sam (Security Analyst)](https://about.gitlab.com/handbook/marketing/product-marketing/roles-personas/#sam-security-analyst)
### Further details
When understanding what Tag fixes what Issue is of concern:
* A new feature is created by an issue
* A customer site needs to be updated with a fix for an issue
* A security flaw is fixed by an issue
* A CHANGELOG for a tag is requested
### Proposal
An Issue has one or more Merge Requests that merged during a Milestone. The Milestone has associated Tags based upon the Major and Minor version numbers of the Milestone and the Tag. Given the SHA values associated with a Tag and associated with the Merge Requests, trace the Merge Requests back to the Issues that the Tag includes changes for.
### Permissions and Security
The output of the feature is read-only and likely to be public facing information (unless an Issue is allowed to be private).
### Documentation
* Tag documentation would require updating.
### Testing
N/A
### What does success look like, and how can we measure that?
* Sales staff members can quickly see what Tagger release includes a desired feature
* Tech Support Managers can quickly determine what Tagged release to use to fix an Issue that a customer called in about
* Security staff members can quickly determine what Tagged release to use to fix a security Issue
* Quality Assurance/Testing Managers can quickly create a CHANGELOG
### What is the type of buyer?
Premium or higher
### Links / references
issue