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]
Comments:
Spencer Johnson commented on 07 July 2020
André Leroy-Beaulieu Castro I wanted to follow up on this
Answer by André Leroy-Beaulieu Castro on 10 June 2020
Hi Spencer,
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?
Thanks,
André
Comments:
Spencer Johnson commented on 11 June 2020
Here is the error. It is on the JIRA side.
There is no “Entity Sync Status” in the exalate app in Jira or at least none that I could find.