1
0
-1

Hi,


I am trying to sync the custom field value from external to internal Jira but i am getting error. I have other custom fields and they do sync but i don't know why is this happening with the newly created custom field. The custom field is Text field(single line). Attaching the error message.


Thanks,

Shiva

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi Shiva,


      This is because you are setting the value of the custom field in the custom field itself and not in it's value. You have to use issue.customFields."name of your custom field".value = replica.customFields."name of your custom field".value.


      Thanks,

      André

      1. Shiva

        Hi André,


        Yes i dint define the script properly. Its working now.


        Thanks,

        Shiva

      CommentAdd your comment...