Hey guys!
I just completet the admin configuration form tutorial. The Problem is: the UI works perfectly, but when submitting data in the form the data is just passed using the POST method.
https://developer.atlassian.com/server/framework/atlassian-sdk/creating-an-admin-configuration-form/
After hours of logging I found out , that my GET and POST methods in the ConfigureResource-class are never called. What could be the issue?
The class isn't registered in the atlassian-plugin.xml, which I found suspicious. Can somebody help me here?