In Source, under custom fields, i cant seem to find fields that are read-only. Is that supported?
Hi @Meytal-BM
By default, eazyBI recognizes custom fields with standard custom field types, which are described here: Jira custom fields
For all other custom fields, you may want to define advanced settings so eazyBI would recognize how to treat them (what data type, how ou would want to import it, multiple or single value). They can appear in the custom fields list only after adding settings. Here is how to define advanced settings for the custom fields: Advanced settings for custom fields
Best,
Ilze, support@eazybi.com
great that worked! thanku so much
Hi @Meytal-BM,
How did you manage to import these fields?
I’m attempting to import a Custom User Property Field (read-only) using the following configuration:
[jira.customfiled_NNNNN]
data_type = “string”
dimension = true
However, it doesn’t appear in the list of Custom fields in the import options.
Could you please share the code you used for this?
Thank you!
Hi @Miqueas_Milanesio i added to Advanced Settings each read-only field like this:
1.
x-Department (read-only)
[jira.customfield_11928]
data_type = “string”
dimension = true
- You need to go re-import
- After import is complete, go to source->edit->custom fields, you need to check the dimensions in order to appear in your reports.
hope this helps
I finally achieved this by using the following configuration in the advanced settings:
[jira.customfield_NNNNN]
name = “Name of the field”
data_type = “string”
dimension = true
property = true
read_only = true
Regards,
Miqueas