Hi,
I´m trying to extract data from summary field to another field with automation in Jira Cloud.
First, to test i´m trying:
{
"fields": {
"customfield_10060": {{issue.Resumen}}
}
}
but not work
and then use Smart values - text fields to extract data.
Hi Romén - Welcome to the Atlassian Community!
You can also use Automation for Jira in a simple format that requires no code.
John Funk
Thanks for answer. I´m using Automation for JIRA but automation for summary field it´s
restrict for parent, epic,etc... not for custom field.
I can do it with "advance field editing"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
mhhhh...
Very simple, I have forgotten ("")
{
"fields": {
"customfield_10060": "{{issue.Resumen}}"
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.