I would like to create an automation that once specific custom field (PE Team) is updated the value is copied to Advanced Roadmaps Team Field for specific Eng. teams. I have tried various options to copy it using the Advanced options but not successful. Not sure what is wrong here.
{
"fields": {
"customfield_12102": "customfield_10114"
}
}
customfield_12102 = PE Team
customfield_10114 = Team
One way to do this is the jira automation to achieve this. But to do so, please check the field type of both the fields. Secondly you mentioned the value should be copied to Advanced Roadmaps Team Field for specific Eng. teams. Is this specific eng team is also a custom field or what is this?
Happy to help.
Hi Harsh,
Advanced Roadmap Team field is a locked field with Team picker so I believe this is a Atlassian field which can't be edited. The Eng. team field I am trying to use is a single-select field with the below options. I have created the option values in Team field as well with these same options. The reason I am trying to do this is that the Advanced Roadmap Team field will have all the teams created in the whole organization which will include teams from other domains as well which are irrelevant in Eng. projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Manhar Sharma
Thanks for clarification.
follow up question - lets take an example scenario - when a issue is created/updated, with 'PE Team' value = Carrier Alloc (an example), you want this value to Advanced Roadmaps Team Field (where Advanced Roadmaps Team Field is team picker) is that correct?
And both these fields have the same option , irrespective of the field type (i.e. PE team = Single select and Advanced Roadmaps Team Field = TeamPicker)
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.
Hi @Manhar Sharma -- Welcome to the Atlassian Community!
I have not tried to set that field with a rule, but I suspect it is a single-select field type. And so the syntax for setting it would be as shown in this documentation, with the "id" attribute:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Manhar Sharma and welcome to the Community! Team field is numeric....is your custom field numeric?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Laurie,
Advanced Roadmap Team field is a locked field with Team picker so I believe this is a Atlassian field which can't be edited and the custom field PE team I am using is a single select field
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.