/
Script & Automation Usage
Script & Automation Usage
Behaviours
Jira Automation
Condition on Multi Level Fields
Copying Multi Level Fields
When Multi Level fields need to be copied to another issue using automation, use the JSON formats below:
Tree & Path (Single Select), Multi Level types:
{
"fields": {
"customfield_10119": {{ issue.customfield_10119.idAsString.asJsonObject("id")}}
}
}
Tree & Path (Multi Select) types:
{
"fields": {
"customfield_10201" : {{ issue.customfield_10201.idAsString.asJsonObject("id").asJsonArray}}
}
}