Returns specific fields from jira plugin find issues?

i am using the jira plugin v 6.5.3 and the find issues function. i read somewhere there should be a fields input where i can list the fields, but I'm not seeing one. so it may have been wrong. How can i specify fields to be returned?

When i look at the output, there is a fields variable, but it doesn't appear in the output

the fields i get back when i download the output file are

I think if you want more information from an issue you need to use Get Issue with a specific ID. Output should look something like this:

i suppose that makes. but that doesn't help. i am pulling back all the jira issues, then looping over them to know to create a new one, update and existing, have been using vuln ids that look like apple-osx-coremedia-cve-2025-24085 in a vulnid field. This would create key for the next step. let me see if i can make something else work. The jira issue summary key would work as the title. it's just a longer field that has potential to have special chars, but it works.