Forums

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

Importing issues with custom fields which reference assets

Michael Lackowski
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!
November 17, 2025

I try to import issues by JSON and always get this error:

Cannot create custom field [CS: Company] because its type [com.atlassian.jira.plugin.system.customfieldtypes:assetobject] is not recognized by this JIRA instance

and my input is like that :

,"customFieldValues":
[{"fieldType":"com.atlassian.jira.plugin.system.customfieldtypes:assetobject","fieldName":"CS: Company",                 "value":"365c8298-25f8-4cc3-b03c-9754c6123253:76"}

...

 

1 answer

0 votes
Rick Williams
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!
November 17, 2025

Hi Michael,

The error you're experiencing sounds like it occurred when Jira tried to create a new custom field, but didn't recognize the type. Since you mentioned that you're importing issues, I didn't think that creating a new field was your intention.

The first thing to check is to make sure that the custom field named "CS: Company" is available in the space and work type that you're trying to import issues into.  

If you're trying to update the value of an Assets Object custom field named "CS: Company", I would try removing the fieldType key:value pair from your JSON:


,"customFieldValues":

[{"fieldName":"CS: Company",                 
"value":"365c8298-25f8-4cc3-b03c-9754c6123253:76"}

Another option would be updating custom field by it's custom field id:


{"customfield_XXXXX":"365c8298-25f8-4cc3-b03c-9754c6123253:76"}

 I hope this helps!

-Rick

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