How can I use smart values to copy all values from a parent issue to a subtask.
This works for a single value in the parent insight custom field.
{ "fields": { "Site(s)": [{"value":"{{triggerIssue."Site(s)".value}}" }] } }
{{triggerIssue.customfield_10040.value.asJsonArray.asJsonObject(value)}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you have to do this for every field, there is no "copy all"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is for a single insight field. I'm asking how to copy the entire array of values.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Rob Tucker
I am wondering if the above solution worked for you, I have the same problem and the proposed is not working for me :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.