I am trying to set a custom field titled "Development Lead" to the same value as "Development Lead" on the epic ticket its under. Here's what Im using
{
"fields": {
"customfield_11639": { "id": "{{issue.parent.customfield_11639.accountId}}" }
}
}
Ive also tried
{
"fields": {
"customfield_11639": {{issue.parent.customfield_11639.accountId}}
}
}
Can anyone help with this?
To set a custom field in Jira Automation to the same value as the parent ticket's field, follow these steps:
This way, the custom field of the current issue will be set to the same value as the parent ticket's field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Nathan Sorkin
Welcome to the Atlassian community.
Can you please show us your complete rule? Sometimes problems are related to the context in which the step executes within the rule.
What is the field type for that field?
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.