Hi,
When i click on a Jira Projects (upper menu) >> Project Name, Jira automatically redirect to agile board (Always the same board, i think it's a board associated with the user,).
We expected to be redirected to the project page
Trace log:
2018-02-26 09:26:12,855 catalina-ssl-exec-168 WARN anonymous 566x252x7 1x6m9kz /browse/TRISER [c.a.w.s.plugin.request.RedirectInterceptingResponse] Invalid location: /secure/RapidBoard.jspa?projectKey=TRISER&useStoredSettings=true&rapidView=${selectedBoard.id}
java.net.URISyntaxException: Illegal character in query at index 76: /secure/RapidBoard.jspa?projectKey=TRISER&useStoredSettings=true&rapidView=${selectedBoard.id}
at java.net.URI$Parser.fail(URI.java:2848) at java.net.URI$Parser.checkChars(URI.java:3021) at java.net.URI$Parser.parseHierarchical(URI.java:3111) at java.net.URI$Parser.parse(URI.java:3063)
at java.net.URI.<init>(URI.java:588)
This workaround not work: https://jira.atlassian.com/browse/JRASERVER-43288
Jira Version: 7.7.0 (Software Server)
Any solutions?
thanks
Hi David,
When you click on a project, Jira should actually be remembering which section you want to be taken to such as board, issues, reports, backlog, etc. However in order for Jira to do this, you have to be a user that is logged into the system.
In the case of your stacktrace, it looks like this is not a logged in user,
2018-02-26 09:26:12,855 catalina-ssl-exec-168 WARN anonymous
The anonymous there indicates this user is not logged in. The fact that Jira is trying to redirect an anonymous user to an agile board is clearly not going to work since in order to access that page you need be a licensed Jira Software user.
But for logged in users, Jira should be remembering the last section of a project the user was viewing when they return to a project.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.