Hi,
I'm using an iterator to generate a number of issues using JMWE. It appears to find all of the fields without fault except for the most important one, Summary. Attached are images of the errors and API response.


On the JMWE post function side i'm formatting summary like this:
{{it.fields.summary}}I've also tried:
{{it.summary}}and enabling the checkbox 'Iterator is formatted as JSON'.
Its strange as testing the iterator in JMWE appears to work fine and return all the fields of the tickets.
Any ideas?