Hi
I would like to sum the story points of my US/tasks (child) only if the status of the EPIC (parent) was on a specific status, let's say "IN PROGRESS", on a D DAY , let's say date("2023-10-24")
First, I tried to get the EPIC status from the US/tasks today by writing :
=> I got a correct result
Then I added the historical_value function to get the same information but in the past,
I tried :
- historical_value(this, "parent.status", date("2023-10-24"))
- historical_value(this, "parent{status}", date("2023-10-24"))
- historical_value(this.parent, "status", date("2023-10-24"))
- historical_value(parent, "status", date("2023-10-24"))
Nothing worked correctly, I got no result :-(
I hope this is possible to do this and it is just a matter of bad syntax
Many thanks in advance for your precious help,
Agnes