Thanks for your reply. I am trying to integrate JIRA 7.0 with testlink (Test Management Software ). It supports only REST API for communication however when i am trying to establish a connection, it is failing, what could be the possible reason for the same.
After the search level, a new payload is returned and loaded into script transform below it. This payload consists of lets say 100 documents. Each document has multiple fields including a timestamp. What I want is for the timestamp to be converted for each document. I do this separately using the for loop. I iterated over each document in the payload, pulled out the timestamp, converted it, and stored in the list testl . I then added this to the java stream (for testing purposes, I know this isn't the way to go) to ensure the dates within the list are correctly converted.