Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Status 405 – Method Not Allowed in updated Plugin

Mik
Contributor
December 30, 2022

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.

1 answer

0 votes
Dave Liao
Community Champion
January 2, 2023

@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/

Mik
Contributor
January 2, 2023

Hi @Dave Liao yes from Jira 8 to 9. 

Ok, thanks for answer.

Regards. M.

Dave Liao
Community Champion
January 2, 2023

@Mik - what add-on is it? I would reach out to the vendor and see if they have an updated version of the add-on.

Suggest an answer

Log in or Sign up to answer