How do I set a Multi-level cascading select field on jira based on fields in zendesk (even if the zendesk field is broken out into multiple fields, ie one drop-down for each level)?
How would I go about the other direction? ie zendesk to Jira
Here is the set up on the zendesk outgoing:
replica.customFields."Location Part 1" = issue.customFields."Location Part 1"
replica.customFields."Location Part 2" = issue.customFields."Location Part 2"
replica.customFields."Location Part 3" = issue.customFields."Location Part 3"
On the jira incoming, I want to combine those into one and set “Location”
This is what I have currently but it isnt working
issue.customKeys."Location" = [replica.customFields."Location Part 1".value, replica.customFields."Location Part 2".value, replica.customFields."Location Part 3".value]
What error are you currently seeing? Is it in Jira or Zendesk? If you access the Entity Sync Status window in your Exalate app for Jira and look for the issue where you are trying this out, you can’t see the local replica?