Hi,
I want to copy a field value using aUtomation for Jira
this is the Json i use
{
"fields": {
"{{issue.components.name}}": {{issue.customfield_12700}}
}
}
I want to copy the component into the Project picker field (field number used here) but it doesn't work?