-
Bug
-
Resolution: Unresolved
-
Low (View bug fix roadmap)
-
None
-
8.1.1, 8.11.0, 8.19.1, 8.20.10
-
8.01
-
18
-
Severity 3 - Minor
-
3
-
Issue Summary
Users and Roles screen in the project settings will render invalid link in React mode (default since 8.60). The link rendered for users is always like this:
<base url>/jira/secure/ViewProfile.jpsa?name=<user>
The jira part of URL is invalid, since the base URL is set to something like <base URL>/myjiraserver/ and the link should respect that. Note that when the base URL does not have any URL suffix, the jira part is still rendered, though when clicked you can still get where you want, but if you have a context path specified in your jira, you will get HTTP 404 error.
Steps to Reproduce
- Go to any project settings -> Users and Roles
- Add any user to the table and check the link rendered for it.
Expected Results
The link rendered should respect the context path.
Actual Results
Context path rendered always as jira, if clicked you might get 404 if your Jira is using a different context path.
Workaround
As a temporary workaround, you can disable rendering of that screen through React and revert to the previous way of rendering:
- Navigate to the following page to access the Dark Features page:
<baseUrl>/secure/admin/SiteDarkFeatures!Default.jspa
- Enter jira.users.and.roles.page.in.react.disabled in the field “Enable dark feature” and clicking on the “Add” button, and verify that the dark feature jira.users.and.roles.page.in.react.disabled is showing in the table.
- is duplicated by
-
JSDSERVER-6995 Wrong context path in ViewProfile URL in "Users & roles" page
-
- Closed
-
Affects most of our users, since we have 5 productive Instances of Jira running and only 2 are effected (so far). As many of our users use more than one instance, they have different user experience on the different systems. So we have a few thousand users having this problem.
Implementing the workaround on all instances to have the same UI experience isn't an option.