Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
This involves JIRA REST API if anyone is familiar, but even without knowledge I think some may be able to help. I don't know if this is the best explanation, but basically I have a tREST call early in my job with an output of "1st JSON response" below. later on in the job I have another tREST call going into a tMap. This tREST call returns only EpicKey, so when this comes into the tMap I want to replace this with it's EpicName value. I can't do if statements because the "1st JSON response" will be hundreds of rows and the values have potential to change. I've tried to play around with tReplacelist and tReplace to no avail, but if this is what I need please let me know and I will try again. If anyone has any advice or options on how to handle this it would be greatly appreciated!
1st JSON response
Column | JSON query
-----------------------------------------------------
EpicKey | "key"
EpicName |"fields.customfield_12222"
tMap desired output
When EpicKey comes in I want to replace with EpicName