-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Plans - Dependency Settings
-
None
-
1
-
Severity 3 - Minor
Issue Summary
In Jira Plans (Advanced Roadmaps), navigating to the Dependencies settings and clicking the "work item link types" link results in a 404 error. The link incorrectly redirects to a /jira/admin/ path instead of the expected /secure/admin/ path.
Steps to Reproduce
- Navigate to Settings > Jira apps.
- Select Dependencies from the left-hand sidebar.
- Click on the work item link types link at the top of the page
Expected Results
The user should be redirected to https://<site>.atlassian.net/secure/admin/ViewLinkTypes!default.jspa to view and manage link types.
Actual Results
The user is redirected to https://<site>.atlassian.net/jira/admin/ViewLinkTypes!default.jspa, which returns a 404 - We can't find the page you're looking for error.
Workaround
Manually navigate to https://<site>.atlassian.net/secure/admin/ViewLinkTypes!default.jspa or go to Settings > Issues > Issue linking.
- is resolved by
-
JPO-40606 Loading...