After updating Jira software (data center) from 8.20.14 to 9.4.6 custom plugins are throwing 405 - Method Not Allowed page. When checked the logs got the following
Action does not support GET request method.
Tried to include the atl_token in the endpoint and by including @com.atlassian.jira.security.xsrf.RequiresXsrfCheck annotation above the execute method
Updated pom.xml with latest Jira, and amps version and nothing works.
Any help is much appreciated.