Update the value of a column TGNG data (Table Grid Next Generation)

ignacio.flores July 7, 2021

Hi!

With the plugin Table Grid Next Generation  V1.12

What I need is to be able to update the value of a column in a row of the grid, based on the value of another column. Is this possible?
Through script runner I only found the method to add rows but I need Update columns.

Thanks!

2 answers

2 accepted

1 vote
Answer accepted
Bogdan Rosinskiy August 16, 2021

Hello Ignacio!

To update a column value based on another column you can use the updateRows method that is shown in the "updateRows usage example" on the TGNG Java API documentation page:
https://docs.idalko.com/tgng/display/TGNG/Java+API

The most straightforward way of setting up the script would be attaching it to the Issue Updated event as it is fired on the TGNG Grid update. 

If you have any additional questions, please let me know or create a ticket on the iDalko customer portal!

Best regards,
Bogdan

1 vote
Answer accepted
Jonathan Rosenberg August 9, 2021

Suggest an answer

Log in or Sign up to answer