You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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.
mhhhh...
Very simple, I have forgotten ("")
{
"fields": {
"customfield_10060": "{{issue.Resumen}}"
}
}
Hi Romén - Welcome to the Atlassian Community!
You can also use Automation for Jira in a simple format that requires no code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
The manager’s daily activities include a list of challenges to reach high levels of efficiency for their teams. Part of these challenges is related to how to deal with the worklog systems sin...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.