HI All,
I was following the following thread on how to import and reference multiple objects during Jira Import but it seems to not work.
My CSV file is set up as follows
My import structure is as follows
The attributes are imported properly if only one entry exists, but doesnt seem to work with more multiple entries. When I do assignment manually, the export file produces identical entry to my import csv, but it defeats the purpose of automation.
Any suggestion on how to make it work?
Hello @jiranewbi3
You have only half of the solution.
You do use the double-pipe in the CSV file. but you also have to use the Advanced option in the Mappings and use an AQL
Label IN ("${Combined Data${0}}")
The quote marks are because the column header has a space in it. I don't have an environment available for testing this, but I found this solution discussed in this post:
Thanks Trudy! Just an FYI, double quotes were not needed as the system was able to parse it without it.
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.