Import multi-value field

Hi,

I have a custom field that contains multiple values. I wish to have the last date of change.
So, I try to import it that way:

[jira.customfield_13002]
data_type = “string”
dimension = true
multiple_values = true
#levels = [“Reminders updated”]
separate_table = true
changes = true

I need the changes for the whole field (not per option). Only the last time this field was update.
But I got such error message: “Only single value separate table dimensions are supported.”

Here is the log

2022-09-27 12:16:05 +0000 ERROR: [application_import 12] account 10 : perform_import failed with SourceApplication::ImportError: Cannot import changes for “Reminders” (customfield_13002).
2022-09-27 12:16:05 +0000 ERROR: [application_import 12] Only single value separate table dimensions are supported.
2022-09-27 12:16:05 +0000 INFO: [application_import 12] *** SourceApplication id=12 perform_import done: 1.532 sec ***
2022-09-27 12:16:56 +0000 INFO: [application_import 12] *** SourceApplication id=12 perform_import start ***
2022-09-27 12:16:56 +0000 INFO: [application_import 12] account 10 : get_custom_fields

Hi @cdemez,

Change history for multi-value fields is not supported in eazyBI.
Advanced settings with parameters separate_table and changes would work only for the single-select custom fields: see documentation here Import issue change history.

We have had such feature requests on the eazyBI backlog but haven’t come up with a convenient and holistic solution to support such functionality.

Best,
Zane / support@eazyBI.com

2 Likes