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:
I know that it is possible via a simple issue update:
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.
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.
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.