xl8bot
1
Originally asked by REMI LAFRANCE on 10 August 2023 (original question)
Our Jira cloud is using a system field called ‘Affects versions’. I’m trying to send the string value from Zendesk as part of a drop down field.
I tried “issue.Affects_versions” , “issue.affectsversions”, “issue.Affectsversions” but none of them work.
Any suggestions on how to get this working?
xl8bot
2
Answer by Patrick Kolodziejczyk on 11 August 2023
You could “dump” your object in debug.error to see what field is provided :
debug.error(""IssueDump]"+issue.getProperties())
This should return all properties and value of them in the error part.
If your value is shown somewhere, you have your solution. If not, it’s probably not available.