iDalko Table Grid Editor - Error for method "getGridCustomFieldIds()"

Johannes Dellert October 2, 2017

Hello Atlassian Community,

 

i am trying to write a little script listener for wich I need to read data from a table grid custom field. On the iDalko website, there is this code snipplet to do just that:

 

// find TGE custom fields
PluginAccessor pluginAccessor = ComponentAccessor.getPluginAccessor();
Class tgeConfigManagerClass pluginAccessor.getClassLoader().findClass("com.idalko.jira.plugins.igrid.api.config.grid.TGEGridConfigManager");
def tgeConfigManager = ComponentAccessor.getOSGiComponentInstanceOfType(tgeConfigManagerClass);
//Error Code Line:
List<Long> tgeCustomFieldIds = tgeConfigManager.getGridCustomFieldIds();

 

However, when I want to try it I get the error message "Cannot find matching method...please check if the declared type is right and if the method exists"

 

Does anyone know it the method is deprecated or if there is any other issue? 

 

Thanks in advance

Johannes

1 answer

0 votes
francis
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
October 23, 2017

Hi Johannes,

 

Are you trying this in the script console ?
If it is - there is some specific behaviour of the scriptrunner with static methods.

 

Check https://scriptrunner.adaptavist.com/latest/jira/#_static_type_checking

 

Please try the script in a script post function (and ignore the message).  You should be fine.

 

If not - just raise a ticket by sending a mail to support dot tge at idalk dot com

 

 

Thanks

 

Francis

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events