Feature Request: Short Id permanent link

Redirect /<org>/<project>/shortids/<short-id> to /<org>/<project>/issues/<group-id>

This is quite useful with BitBucket’s Custom Links feature, so we can write Fixes SENTRY-SHORT-ID in commit message and get a link in web interface to the Sentry issue page.

You can already do this with a url like: /<org>/<project>/?query=<shortid> and this will redirect you directly to the group.

Great! Is this in the documentation currently? I think it should be.