Forums

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

Jira Assets - I'm importing a CSV, any way to map multiple objects in a single attribute field?

Michael Irish July 15, 2025

I'm importing a CSV file with assets on it, for the example we have an IT system that is running on VM1 and VM2. VM1 and VM2 already exist as objects in my asset schema. When I import the CSV file, it does not map multiple VMs in the Host VM attribute field. It does work if I have a single VM in there, but not if there are two. Keep in mind, I can manually add more than 1 VM object into the Host VM field, but it does not automatically recognize them.

Things I have tried:

- Putting piping ( | ) between the two objects

- Putting semicolon between the two objects

- Putting a comma between the two objects

- Leaving just a space between the two objects

- Simple reference mapping using "Name" in Attributes Mapping

- Advanced reference mapping using Name IN (${VMs})

 

I have probably tried more but  this is what comes to mind now. I'm sure it's some simple solution, but I am pulling my hair out here.

 

Example of the CSV I am trying to import:

IT System  |    IP Address  |  Host VM    |

System1    |   192.168.1.1  |  VM1, VM2 |

System 2   |    192.168.1.2 |  VM3, VM4 |

 

 

2 answers

1 vote
Kai Becker
Community Champion
July 15, 2025

Hi @Michael Irish 

welcome to the community and thank you for your question.

You should be able to accomplish the mapping of multiple attribute values using double pipe. 

Should look like this:

"System1","192.168.1.1","VM1"||"VM2"
Michael Irish July 15, 2025

This is it right here! Thanks Kai.

1 vote
John Funk
Community Champion
July 15, 2025

Hi Michael - Welcome to the Atlassian Community!

Have you tried a comma between?

Michael Irish July 15, 2025

Yes, I have tried that also. Sorry, I should have put that into the things I've tried. 

Like John Funk likes this
John Funk
Community Champion
July 15, 2025

Normally, you just separate them with a comma on the CSV import for other types of multi-select fields. I suggest you open a support ticket with Atlassian for their feedback on that type of field. Please share back here with the solution/answer. 

https://support.atlassian.com/contact/#/

Best of luck!

Suggest an answer

Log in or Sign up to answer