Forums

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

How do I update an Atlassian Team value on a JIRA attribute on component update?

Nikul Vyas October 9, 2025

Currently JIRA components presents a feature of Default Assignee for every component, we have created various teams across the atlassian cloud that we use as a value for the custom attribute called Team, so we manually add component and the update the team. We tried automation with custom attiibute and out the values of the Atlassian Team but it was givvng us error: 
Team id 'JsonData{data={name=A Team, id=...}}' is not valid. (customfield_11300)


This is the code that I used in JIRA automation for doing so whenever a component change happens and the value of component is update to A the team should be A Team: 

{
  "fields": {
    "customfield_11300": {
      "id": "6b180874-cd67-4bcb-bbb7-0fe505891252",
      "name": "A Team"
    }
  }
}

1 answer

0 votes
Akash Singh
Community Champion
October 9, 2025

Hi @Nikul Vyas, You were almost there, you simply need to pass the id as the value to the Team field as shown below,

{
"fields": {
"customfield_11300": "6b180874-cd67-4bcb-bbb7-0fe505891252"
}
}

Suggest an answer

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

Atlassian Community Events