Tracking Due Date Changes Over Time

Hi EazyBI community,

I’m looking to create a timeline visualization to monitor field modifications with EazyBI for Jira Cloud. I’d like to start with build a chart that shows how many times the ‘Due Date’ field has been changed across our issues.

My goal is to create a timeline chart displaying the evolution of due date modifications over a selected period. This would help us identify patterns in our planning process.

Has anyone created something similar? Any guidance on the appropriate measures, dimensions, and chart configuration would be greatly appreciated!

Thank you in advance,

Raffaele

Hello @rdelia,

You can implement this using a JavaScript calculated custom field that specifically counts due date changes by time periods. It will be mapped to “Time” dimension by the date when the due date is changed and you can use the measure “Due date changes by time” to analyze the duedate field change counter by different time periods.

For the complete implementation details and code example, please check: See Due date changes by time documentation

Best,
Gerda // support@eazybi.com