Add activatedDate property to Sprint item in Formulas
Jira Structure Formulas currently provide following Date type properties within Sprint item: startDate, endDate and completeDate:
When I compare it with official Jira REST API, it seems that there is missing activatedDate property:
https://docs.atlassian.com/jira-software/REST/9.5.0/#agile/1.0/board/{boardId}/sprint-getAllSprints
Would it be possible to extend Sprint item object with activatedDate property, so that it’s possible to access this value via Formulas column using Expr language?
Usecase is to create Structure which shows same level of information as original Jira Sprint Report page, however currently it's not possible to mark issues which were added to the sprint after it's start (activation), because of missing access to activatedDate property within Sprint items.