Target Start Old Values

Hi @JVerhoef,

Advanced Roadmap fields “Target start” and “Target end” have their specific data type, and therefore historical values are not imported by default in eazyBI.

However, you may enable the option to import old values for those date fields:

  1. In eazyBI advanced settings, add additional parameters describing the data type and field changes for “Target start” or/and “Target end” fields:
    [jira.customfield_NNNNN]
    data_type = "date"
    changes = true
    
    Note the NNNNN is the “Target start” custom field id in Jira. More details on advanced settings are here: Advanced settings for custom fields.
  1. Go to import options and mark “Import value changes” for the Target Start field. Import data.

  2. After data import, there is a new issue property “Issue Target start old values” in the Measures section available for your reports.

Best,