Custom field based on values of 2 custom fields

how do i create a custom field which during import will check the values of 2 issue fields and store a boolean value based on the result of the condition.

Hi @knayak,

Try creating a new JavaScript calculated custom field that checks if both fields have a value. This approach requires both custom fields to be imported into eazyBI. You can find out more about JavaScript calculated custom fields on our documentation page - https://docs.eazybi.com/eazybijira/data-import/custom-fields/javascript-calculated-custom-fields.

The other option would be to do this in Jira via scripted fields. Then you can import the scripted field as a dimension. Our documentation page has more information on scripted fields - https://docs.eazybi.com/eazybijira/data-import/data-from-jira-and-apps/jira-calculated-and-scripted-custom-fields.

Best,
Roberts // support@eazybi.com