Issue Summary
When a user clicks on the "Take me to project re-index" link from the pop-up after restoring a archived project, they are redirected to the "HTTP Status 405—Method Not Allowed" error page.
This issue is not reproducible on older versions of Jira. We have tested on 9.4.25.
This is reproducible on the Data Center: Yes
Steps to Reproduce
- Archive a project.
- Go to the Archived projects list and restore the archived project.
- Once the project is restored, you will get a pop-up on the top right corner with a "Take me to project re-index" link.
- Click on the link to replicate the issue.
Expected Results
The user should be redirected to the project re-indexing page.
Actual Results
The User gets redirected to the "HTTP Status 405—Method Not Allowed" error page.
The below exception is thrown in the atlassian-jira.log file:2024-10-15 22:33:31,390-0700 http-nio-8080-exec-4 WARN aidaa 1353x94741x1 1tdbx 10.199.64.15,10.195.145.167 /secure/admin/IndexProject.jspa [c.a.j.web.dispatcher.JiraWebworkActionDispatcher] Action 'com.atlassian.jira.web.action.project.IndexProject!execute' does not support 'GET' request method
Workaround
Manually navigate to Project Settings>Project re-indexing