Summary
When logging in with a destination URL that contains a hash, the logged in user will be redirected to a non-existent page or page without parameters. The URL will be the one before the hash.
Steps to Reproduce
- Log out of Jira.
- Head to a URL that contains a hash. For example, of a comment anchor. It could be something like this.
<jira-url>/browse/KEY-123?focusedCommentId=10000&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-10000.
- With the URL in the browser, log in to Jira.
Expected Results
User will be redirected to the same URL.
Actual Results
User will be redirected to the nonexistent page or page without parameters.
Workaround
Login before heading to the link.