The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe
1
0
-1
1 answer
- 10-1
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.
Add your comment...
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?