Forums

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

Can you transfer Data from IDALKO Table Grid Next Generation to other JIRA issue custom fields?

G P
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!
February 11, 2022

I have a JIRA issue that creates a linked issue when it transitions. Can the values in the TGNG columns in the initial issue be migrated or copied to the newly created linked issue?

1 answer

1 vote
Sofi Rosinska February 14, 2022

Hello! 

Indeed, this can be done with a script. Please take a look at API docs for TGNG for code samples.

The way you would go about it is to read the data from the source issue grid, pick up the linked issue (Jira API provides the methods for that) and then either re-write the data on the source issue completely or append it, but that would depend on your particular use-case. 

Best regards,
Bogdan

Suggest an answer

Log in or Sign up to answer