2
1
0

Hi,


We are using exalate for synce between two different projects in our Jira server instance.


We would like that once ticket in project A gets fix version this number will be synced the a text custom field in Project B.


Is it possible?

I tried this:

issue.customFields."Fix in version"?.value = replica.fixVersions?.name?.asString


But it didn't work


Thanks

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      Hi Sapir,



       Can you try 

      issue.customFields."Fix in version".value = replica.fixVersions?.collect{it.name}.join(",")
      
      



      1. sapir monza

        Thanks! it works (smile)

      CommentAdd your comment...