Epic search filter in issue search uses IID instead of ID
Summary
When filtering issues by epic, the epic id presented to users is actually the IID. This is confusing and I propose we replace the IID with ID.
Steps to reproduce
- Go to https://gitlab.com/groups/gitlab-org/-/issues?sort=created_date&state=opened
- Filter by an epic
- See that the epic
idrendered is actually aiid
Example Project
https://gitlab.com/gitlab-org/gitlab/-/issues?sort=created_date&state=opened&epic_id=287568
These are the same epics, once with id once with iid.
What is the current bug behavior?
Issue filter uses iid.
What is the expected correct behavior?
Issue filter uses id
Relevant logs and/or screenshots
Output of checks
Possible fixes
Edited by Fabian Zimmer
