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 :
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
Hello @agnes BOURLON
When used directly, the historical_value() function can only access the values of issue's own fields, not their parents. If your goal is to extract the Status of the parent from a certain day and show it for the parent's sub-issues, you can do it with a formula like this:
parent{historical_value(this, "status", date("2023-10-24"))}
I hope this helps. If you need further assistance or have other questions about Structure, please reach out to us directly at our support portal.
Best regards,
Stepan
Tempo (the Structure app vendor)
Many thanks for your precious help. It is working correctly.
Best regards
Agnes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.