1
0
-1

Hello,


While setting up unidirectional connection from Jira Source Instance to Jira Target Instance on data center. I am getting errors when trying to setup below. Any help on this is much appreciated.


Incoming script error
Cannot set property 'value' on null object

Error line: 19


My requirement is to map "Story Points" field from Source to a Text field in Target. Also, I want to map custom field (name: ABC) to custom field (name: XYZ) on target.


Thanks

Asheesh

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi Asheesh Zar ,


      Please find the solution to your question below.


      For mapping story points to custom fields.

      Jira Source Outgoing

      replica.customFields."Story Points" = issue.customFields."Story Points"


      Jira Target Incoming

      issue.customFields."Text field name in Target".value = replica.customFields."Story Points".value


      For mapping simple text custom fields with custom fields the syntax still remains the same.


      Thanks,

      Dhiren


        CommentAdd your comment...