Forums

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

Error creating issue Cannot assign a team from another org (customfield_10001)

Sheri Widler
Contributor
August 31, 2023

We have two projects in Jira Service, my automation is supposed to update the Team via JSON.  I am now getting this error once the new teams released.  

 

I also had Jira Request types with hidden TEAMS fields to preset the Team to assign correctly, now that is broken.  

1 answer

2 votes
Sayed Bares _ServiceRocket_
Community Champion
September 2, 2023

@Sheri Widler can you share a screenshot from your automation rule and audit log? what did you mean by assigning a team from another org? what is the error you are seeing?

John May
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 11, 2023

Here is the error:Error-CustomField.jpg

And here is the rule that should be assigning the custom field 10001 which is Team, to the proper team itself:
Automation-Setting.jpg

Sayed Bares _ServiceRocket_
Community Champion
September 11, 2023

@Sheri Widler @John May The ID you are using for team is wrong it should be hexadecimal 32+ digit. You can find it by going to your team and checking the URL:
team id.jpg

Once you have the id then you can supply to automation:


{
"fields": {
"customfield_10001": "b44dae09-97db-477a-a88a-8625c886e52e"
}
}
Like Johann Batt likes this
John May
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 25, 2023

This resolved the issue. Thanks!

Sayed Bares _ServiceRocket_
Community Champion
September 25, 2023

You are most welcome @John May, consider accepting the answer so it can help others facing the same issue

KS
Contributor
September 16, 2024

@Sayed Bares _ServiceRocket_ , I am having the same error even after using the team id (hexadecimal 32+ digit)


{
"fields": {
"customField_11400": "7ba53d42-f30d-4826-adcc-dde438708316"
}
}


jira automation error.png

Suggest an answer

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

Atlassian Community Events