Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how to copy the cascade custom filed from Jira Service management project to Jira software project?

Venkat Jira Admin
Contributor
May 14, 2023

how to copy the cascade custom filed from Jira Service management project to Jira software project by using Automation rule? Please resolve this issue.

1 answer

1 accepted

0 votes
Answer accepted
Fernando Eugênio da Silva
Community Champion
May 15, 2023

@Venkat Jira Admin 

 

Is this what you're looking for?

{
"update": {
"CUSTOM_FIELD_NAME": [
{
"set": {
"value": "{{triggerIssue.fields.CUSTOM_FIELD_NAME.value}}",
"child": {
"value": "{{triggerIssue.fields.CUSTOM_FIELD_NAME.child.value}}"
}
}
}
]
}
}

This value needs to be added on the Additional Fields section in your automation rule 

Please, if this is not helpful, give more details about what you need.

Regards,

Fernando

Venkat Jira Admin
Contributor
May 21, 2023

Hi Fernando Eugênio da Silva,

It is working, Thanks for the reply.

Venkat Jira Admin
Contributor
June 12, 2023

How to add multiple cascade custom fields in one form? Please help me.

Thanks in Advance

Suggest an answer

Log in or Sign up to answer