Forums

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

Hi all! Getting an error when trying to get values from Table Grid Custom field.

Никита Толмачёв
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 6, 2020

Error i get: 
2020-07-06 12:18:36,365 ERROR [common.UserScriptEndpoint]: ************************************************************************************* 2020-07-06 12:18:36,365 ERROR [common.UserScriptEndpoint]: Script console script failed: java.lang.ClassNotFoundException: com.idalko.jira.plugins.igrid.api.data.TGEGridTableDataManager at com.atlassian.plugin.classloader.PluginsClassLoader.findClass(PluginsClassLoader.java:95) at java_lang_ClassLoader$loadClass$3.call(Unknown Source) at Script793.run(Script793.groovy:43)

Error produced by that string:
image.png

1 answer

0 votes
Italo Qualisoni [e-Core]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 6, 2020

Hi @Никита Толмачёв ,

I've just tested with the latest version of Scriptrunner and Table Grid app and I don't have any issue when I execute the code in Script Console

I used this https://docs.idalko.com/tgng/display/TGED/Read+Grid+data+for+All+Issues#space-menu-link-content doc and worked just fine (it's expected to have the red message since this is resolved during the runtime);

Something I notice is that there are two similar apps: Table Grid and Table Grid Next Generation

Can you confirm which app are you using? The previous documentation was for Table Grid, if you are using Table Grid Next Generation you should look here https://docs.idalko.com/tgng/display/TGNG/Java+API#JavaAPI-JavaAPIExamples

Suggest an answer

Log in or Sign up to answer