Good afternoon community.
I am currently working with the Field Security for Jira plugin from the Atlassian market place and I am presenting the following error: java.lang.NoClassDefFoundError: com/quisapps/jira/fieldsecurity/schema/FieldSecurityManager
The problem arises because we are upgrading our services and the provider of this plugin asks us as a recommendation to update to its version 2.0.13, of which we previously had version 1.4.69_820.
For which in said old version, we used a particular class called FieldSecurityManager and tried to access it as follows (Package: com.quisapps.jira.fieldsecurity.scheme):
But now in this new version this class is not found in said package.
Therefore, I proceeded to decompile the .jar to give it further analysis and see if due to its update perhaps they changed the class to another package or perhaps the class was now called differently. But I find that the .jar, inside it has a .zip file called lib.zip.
When I review it, I see that inside you have more .jar files, of which there is one called jfs-core-2.0.13 and in this the file is located, although with a different name but with the methods that I need.
Now my question and what I ask you to support me with is if you know any way to how can I access the class? o What do you recommend I do to use this class? Because as I mentioned, it is located inside a .zip and at the same time inside another .jar.
I thank you in advance for your support.
I attach an image with screenshots of what was mentioned:
Greetings,
Diego Garcia.