You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.