Get sprint change date update

Hi, is it possible to get this date? (June 13, 2022)

image

Hi,

The sprint updated date is not imported in the Jira issues data cube.
You may check all the properties imported for the sprint using the AllProperties function in a custom measure:

[Sprint].CurrentHierarchyMember.AllProperties

A solution could be to implement the additional data import for getting additional property to the sprint. In this case you need to create a data source (e.g., SQL, REST API, spreadsheet) giving the sprint updated date.

Kindly,
Janis, eazyBI support