Forums

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

New syntax for setting the Team field in an automation?

Michelle_Benes
June 22, 2026

Copying the Team in my automations stopped working around 1:30 ET today...

I have two automations that use the following code in the “Additional Fields” section.

"team": "{{triggerIssue.fields.team}}"

This worked until today, but now I’m getting errors. I tried setting the Team field above (instead of in the additional fields), but when I search for “Team” it only shows the first 50  fields with the team in the name, so I can’t select it. (Our Jira instance has way too many custom fields!)

The error in the log is:

Additional fields contains invalid field(s) in 'update' or 'fields' section. team

Does anyone know if the syntax for this has changed?

2 answers

2 accepted

1 vote
Answer accepted
Arkadiusz Wroblewski
Community Champion
June 22, 2026

Hello @Michelle_Benes 

I don’t think this is a new syntax, Automation is started being stricter about the field key.

The Team field is a custom field in Jira Cloud. Using `"team"` in Additional fields is mostly unreliable. More stable is to use the actual `customfield_xxxxx` ID and pass the Team ID/UUID as the value.

Change is probably that the old `team` shortcut/alias is no longer accepted by the automation validator.

Here some official KB Articles related to That. 

https://support.atlassian.com/platform-experiences/docs/using-atlassian-teams-in-jira-projects/

https://developer.atlassian.com/platform/teams/components/team-field-in-jira-rest-api/ 

Best,

Arkadiusz 🤠 

Michelle_Benes
June 23, 2026

Thanks @Arkadiusz Wroblewski  ! I found that using "customfield_10001" as documented in your second link worked!

Like Arkadiusz Wroblewski likes this
Arkadiusz Wroblewski
Community Champion
June 23, 2026

Glad to hear that 🤠 ☀️ 

1 vote
Answer accepted
Ignacio Vera
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
June 22, 2026

Have you. tried replacing "team" with the actual custom field ID? Search Team in Fields and check if you get a custom field id when you hover on Add field to screen.

Then use that field ID on your automation

Michelle_Benes
June 23, 2026

I don't think Team is a custom field. I do not have admin access to add a field. Is there another way to find out the custom ID?  

 

Michelle_Benes
June 23, 2026

NM... found it in one of the links below:  "customfield_10001"

Like Arkadiusz Wroblewski likes this
Ignacio Vera
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
June 24, 2026

you can set my response as accepted it's free ;)

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events