2
1
0

I would like to ask you, how can i to sync the requester username from Zendesk to Jira in the text custom field.

Thank you

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      Hi Christos!


      Zendesk Outgoing Script:


      replica.reporter = issue.reporter


      Jira Incoming Script:


      //Change "Text Field" to the actual name of your field
      issue.customFields."Text Field"?.value = replica.reporter?.username


      Thanks!


      André

        CommentAdd your comment...