Filter enhancement: Filter issues on when they were created or closed
<!--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=17758) </details> <!--IssueSummary end--> ### User story A project manager would like to see all issues with a given label that were created or closed between two arbitrary dates. ### Proposal Add search filters `created_after`, `created_before`, `closed_after`, and `closed_before` that takes a specific date such as `2017-04-12` or a relative date such as `2 days ago`, as argument. ### Links / references Google Code had this back in the days. GitHub also has this feature: https://help.github.com/articles/searching-issues/#search-based-on-when-an-issue-or-pull-request-was-closed
issue