You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
Requesting your advise on importing multiple values into a Single Field.
Trying to import the Roles however some Roles have multiple Department
Department is an Object configured with Unlimited values "cardinality = unlimited"
CVS format:
Role, Department, Department
"Will Call CS OPS Associate", Customer Service, Shipping
@Joseph Chung Yin
> you can enter “/s” in the Concatenation field when creating an import configuration.
Is there a way to concatenate with a non-whitespace (or "nothing")?
In regEx that would be "\S" (with a capital S) but that produces a slash after the import.
As documented by Atlassian -
To divide multiple values (for the Insight attributes with multiple cardinalities), you can use “||” (2 pipe characters) within the CSV file.
If you wish to join multiple values into one Insightattribute, you can use a concatenator in the CSV file. The default is a dash symbol “-”. If the data is concatenated with a space, you can enter “/s” in the Concatenation field when creating an import configuration.
Hope this helps. Here is the actual KB link for your reference - https://support.atlassian.com/jira-service-management-cloud/docs/import-a-csv-file-into-insight/
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Infrastructure Applications Team
Viasat Inc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Joseph,
Tried to import using below details but issue persists. I put IQL: Department=${Department}" and Concatenator is empty. Did I missed anything?
CSV Format:
"Role", "Department"
"Will Call CS Ops Associate", "Customer Service"||"Shipping"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just removed the "quote" then added the || pipe. For the IQL, I used Department IN (${Department${0}})
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So, are you still having issue? Please advise.
Best, Joseph
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.
@dannica_c what made you update Department=${Department} to Department IN (${Department${0}}) ?
I was having the same issue trying to import two objects to a single attribute. I went from Name IN ${JSM Project Filter} to Name IN (${JSM Project Filter${0}}) and its worked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This would actually be a very helpful information for us, too.
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.
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.