Hi Guys, maybe someone can help.
After update my plugin from Jira 8.x to Jira 9.x
When I'm clicking on the link in admin, I'm getting:
HTTP Status 405 – Method Not Allowed
in webrowser, and i logs I see this:
JiraWebworkActionDispatcher Action 'pl.test.actions.MyAdminPage!execute' does not support 'GET' request method
webwork1 in my plugin looks likes this (and working in JIRA 8.x)
<webwork1 key="admin-my-actions" name="Admin Panel Actions" class="java.lang.Object">
<actions>
<action name="pl.test.actions.MyAdminPage" alias="MyAdminPage">
<view name="input">/templates/my-page.vm</view>
</action>
</actions>
</webwork1>
Thanks for any help,
Regards
Mik.
@Mik - hi Mik!
To be clear, did you update your add-on from 8 to 9, or your Jira instance?
If you're a developer, consider posting to https://community.developer.atlassian.com/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.