-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
10.1.1, 10.3.5
-
10.01
-
5
-
Severity 3 - Minor
-
8
-
Issue Summary
Cancelling issue creation from <JIra-base-URL>/secure/CreateIssue.jspa results in "Oops, you've found a dead link." errors
This is reproducible on Data Center: Yes
Steps to Reproduce
- Try accessing Jira from <JIra-base-URL>/secure/CreateIssue.jspa
- fill in the details and proceed with issue creation.
- cancel the operation now.
Expected Results
The page should be redirected to <JIra-base-URL>/secure/Dashboard.jspa
Actual Results
It's getting redirected to <JIra-base-URL>/secure/default.jsp and throwing an error stating
"Oops, you've found a dead link."
Workaround
Option 1
Add redirection rule at proxy level to redirect from /secure/default.jsp to /secure/Dashboard.jspa.
Option 2
Redirection rule at node level
- Edit the JIRA_INSTALL/atlassian-jira/WEB-INF/urlrewrite.xml file.
- Add or modify a <rule> element:
<rule> <from>/secure/default.jsp</from> <to type="redirect">/secure/Dashboard.jspa</to> </rule>
- If you have context path, add it in your rule too.
- Save the changes.
- Restart the node.