-
Bug
-
Resolution: Duplicate
-
Low
-
None
-
4.4.1
-
None
-
Severity 3 - Minor
-
Issue Summary
When attempting to check the profile of a user (e.g project lead or any other user) from the "Users & roles" page, the hyperlinks use "/jira" context path instead of the one defined in Tomcat, therefore the page leads to a dead link.
Steps to Reproduce
- In server.xml, set up Jira to use a custom context path (e.g /jira881)
- Restart Jira for the change to take effect.
- Create a JSD project
- Under _Project Settings > Users & Roles, t_he project lead should be defined by default to the project creator. You may also change it manually and add users to the project roles.
- Under Project Settings > Users & Roles, click on Project Lead or any other user on that page.
Expected Results
You should be able to see the user's profile and the page should open
<Base_URL>/secure/ViewProfile.jspa
Actual Results
The click leads to a dead link since it opens <Hostname>/jira/secure/ViewProfile.jspa.
Note that the base URL changed to <Hostname>/jira which should be hardcoded somewhere in the code.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available
- duplicates
-
JRASERVER-71573 Users and Roles screen renders invalid link in React mode resulting in 404 error
-
- Gathering Impact
-