Component sync error

Answer by Francis Martens (Exalate) on 08 November 2019

The problem lies in the script - check the error message

The problem is at line 22

I suspect that this is

component.assigneeType?.name()


But it is hard to see

Note that there no such method type.name(). It is sufficient to put type.name

Maybe thst is the reason