1
0
-1

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?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -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.

        CommentAdd your comment...