Slash commands do not autocomplete on the "New Issue" form when coming from the issues index
- Go to https://gitlab.com/gitlab-org/gitlab-ce/issues
- Click "New Issue"
- Try to use a slash command in the description body
It appears that we're loading autocomplete_sources
without the ?type=issue
argument on the issues index page and then not reloading it with the correct parameter on the New Issue page.