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!
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
Example here:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.