Looping through a JSON nested structure
Hello All,
I am having a hard time to get this use case to work: I need to iterate through a JSON nested structrure and check some fields to populate an infotable. I tried many approach but did not get it working. Here is the structure:

I need to get the value of the field "fields" and check its value, and iterate it trough all the entries inside the "histories" structure. BTW, there is only one instance of Histories inside changelog.
I tried to create an object only for the Histories doing:
var jsonHistories=jsonJira.changelog.histories;
but still cannot get it to work.
Any help is appreciated.
Cheers
Ewerton
