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?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.