Objective: Export Story state from Jira so I can display a CFD in Excel/other package. Problem: Story history state (dates) do not appear to be 'exportable' into a CSV
I'm would like to export/create a Cumulative Flow Diagram (CFD) from Jira for Stories into a CSV/other. This is for story state. However when executing the associated JQuery I cannot seem to gain access to an Issues history i.e. When the dates an Issue has passed from (To Do -> In Dev -> Ready for Test). Displaying the CFD in JIRA is easy - however I do need to export for various reasons. I have attempted using the Jql that to query the history via the status e.g. status CHANGED FROM "In Progress" TO "Open" - but again date information does not appear to be made available.
Can anyone point me in the right direction?