Hello Everyone,
I am trying to create an automation that whenever a ticket is split a custom field I created will be copied to the new ticket.
Any help on how to fix this will be appreciated.
Hi @Nikos Vlachos - I see a couple potential things to look into:
{{triggerIssue.customField_10055}}
Thank you @Mark Segall . Sorry I didn't clarify that in my question. The field that I wanted doesn't appear under the "Choose field to set..." so that is the reason I am trying to do it using Advanced json.
I did try your second suggestion and I am getting the below error:
What is the field type for the custom field?
It is Select List (cascading)
Actually, I tried the above and got an error message
I had to specify that I wanted to update the ID of the team. As follows
{"fields": {"customfield_10100" : "{{triggerIssue.fields.customfield_10100.id}}"}}
This solved my problem, thank you so much!!
Thank you. Appreciated 👍
It looks like you're new here. Sign in or register to get started.