How do I copy the value of an issue picker custom field to an issue to be created with Automation for Jira?
When transitioning an issue, I want to create an issue with an Automation for Jira rule. I also want to copy the value of an issue picker custom field from the trigger issue to the issue to be created.
How do I do this?
I've tried with
"customfield_14700": [{
"add": "{{triggerissue.customfield_14700.key}}"but this is not working