Hi,
I have a formula that shows the end & start dates of a task based on the sprint start & sprint end dates.
However, there are cases where an item carries over and is completed in multiple sprints. In such cases, I want the formula to only show me the date based on the latest sprint.
Example:
Story above was carried over so was completed in two sprints.
Here is my formula for the showing the Start date of a story based on sprint start date:
Hello @pKay
You can return the latest date with a formula like this:
if issuetype != "Epic" : Sprint.StartDate.max()
I hope this helps. If you need further assistance with the formula or if you have other questions about Structure, please reach out to us directly at our support portal.
Best regards,
Stepan
Tempo (the Structure app vendor)
Amazing - thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I will sign up to the portal as I'm a brand new Structures user.
I'd like to ask if there is any documentation on how formulas work in Structures?
I want to learn some of the syntax and understand how it all works.
Thanks again.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.