The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • how to copy the cascade custom filed from Jira Service management project to Jira software project?

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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