When doing an import into Jira some fields are mapping which are static fields, fields pulling from other objects will not show the data. The import shows everything imported but only the static fields show data. Any field pulling from another object will not display the data. I have written the AQL script two different ways and neither one seems to work or at least show the updated in the object. I had the scripts working before but now it seems don't matter what I do the object will not show the field update.
Thank you
Hi @Ray Baker
Can you share a screenshot of your Manufacturer Schema so we can see the field names?
I'm thinking the label field is probably called Name not not Manufacturer so it might need to say in your AQL:
Name IN (${Manufacturer${0}})
Kind regards,
Suzi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.