Forums

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

Can you update the team field via bulk rest api

Nico Maikranz
Contributor
April 7, 2026

Hello Community,

I am currently trying to update the new atlassian teams field in Jira via the bulk edit api with the following documentation: The Jira Cloud platform REST API

I cant find the correct value / structure for "editedFieldsInput".


When checking the field for bulk edit availability I get a positve response:

https://my-environment.atlassian.net/rest/api/3/bulk/issues/fields?issueIdsOrKeys=SDGIT-162699&&searchText=Team


I know that it is possible via a simple issue update:

fields = @{
        "customfield_10001" = "595c3921-ac8c-456f-90fa-4abf5fbb9787"
}
Does anyone know if this is possible via the bulk edit api?
Thanks in advance
Nico

2 answers

1 vote
Trudy Claspill
Community Champion
April 7, 2026

Hello @Nico Maikranz 

Have you tried updating the Team field with the Bulk API endpoint? What did you try and what was the result?

I have not tried it myself, but I found this older post where the answer says the Team field doesn't seem to be supported.

https://community.atlassian.com/forums/Jira-questions/Is-it-possible-to-use-the-newish-bulk-update-API-to-update-the/qaq-p/2938638

0 votes
Arkadiusz Wroblewski
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.
April 7, 2026

@Nico Maikranz 

yes, @Trudy Claspill  is correct, this is not supported right now

Bulk edit only supports a specific set of fields, and the Team field is not included there.

The difference is that single issue updates are handled differently. You can set the Team field on one issue by passing the team UUID directly through the regular issue edit API. That is why updating one issue can work while bulk edit still rejects that same field.

So your realistic options here are the API per issue, or Automation as a workaround. 

Suggest an answer

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

Atlassian Community Events