Hi,
I’m following the instructions in this documentation page: , but I’m not seeing the way to handle incoming labels in Zendesk. Am I missing something? Can you help me make the two-way sync with Azure DevOps possible, and error-handled in case labels are empty?
Hi @exlt_dev
Welcome to the Exalate community!
Regarding your question:
The source side should contain this line in outgoing sync script:
replica.labels = issue.labels
and target side should contain this line in incoming sync script:
issue.labels = replica.labels
Try to test with this basic script, let us know in case you are facing any error or the labels are not synced as expected.
Thanks,
Sonal