-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
10.1.2
-
10.01
-
2
-
Severity 3 - Minor
-
1
-
Starting Jira version 10 changes in the URL redirection is observed which is affecting the the access of Public Projects.
Steps to Replicate
- Making a project accessible publicly, by setting the Permission open to anyone on the web.
- Access the Project as an unauthenticated user <jira-url>/browse/<project-name>
Results in Jira version 9
- The above call made is correctly redirected to the correct url to access the projects <jira-url>/projects/<project-name>/issues/<issue-key>?filter=allopenissues
Results in Jira version 10
- The same redirection does not works and user is taken to the login screen and project details are not displayed
Differnce seems to be due to 302 re-direction call made in Jira version 10. Please suggest if there is any way to restore to earlier configuration.
Updated on July 29th:-
Same issue is also observed post Jira version 10 when accessing Release pages for the Projects that are publicly accessible.
<Jira-Baseurl>projects/ReleaseNote.jspa?projectId=<project-id>&version=<release note version-id>