We have installed version 6.15.4
We have also installed two user created plugins
It is a two-part solution. One plugin builds a REST connection to a Bugzilla instance (set in the admin console). REST calls are returned as Java objects that are available in the Velocity context. Following Set of Macros are defined
In in the admin console page the Test connection to Bugzilla server works fine.
But when we try to insert Bugzilla data using bugzilla Macros , it fails with following error or "Check connection to Bugzilla server in admin console.
Caused by: org.json.JSONException: JSONObject["baseUrl"] not found.
at org.json.JSONObject.get(JSONObject.java:475)
at sun.reflect.GeneratedMethodAccessor2337.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.velocity.runtime.parser.node.GetExecutor.execute(GetExecutor.java:117)
at org.apache.velocity.util.introspection.UberspectImpl$VelGetterImpl.invoke(UberspectImpl.java:529)
at org.apache.velocity.runtime.parser.node.ASTIdentifier.execute(ASTIdentifier.java:198)
There have been enough changes to Confluence since this plugin was developed (for version 5.9.7), that some methods and objects have been deprecated. I suggest you contact the contractor that developed the plugin for you. ;-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.