I currently have a Automation set up to create a new work item in JPD when a user submits a service desk ticket. I am looking to copy over 2 multi select fields, but I either run into an issue of it not copying over or I get the error below:
The Json snippet I am using to make this copy is below. Let me know if you can help:
{
"fields": {
"customfield_17735.asJsonStringArray": "triggerIssue.customfield_18495.asJsonStringArray",
"customfield_17587.asJsonStringArray": "triggerIssue.customfield_18496.asJsonStringArray"
}
}
Hi, I'm not sure you're supposed to use asJsonStringArray here:
"fields": {
"customfield_17735.asJsonStringArray": "triggerIssue.customfield_18495.asJsonStringArray"
(but also: I think you may want to ask in the community group dedicated to Automation, we're not experts for it here)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.