Hi guys,
in our SCRUM sprint process. we do discovery at the middle of the sprint, to go over product descriptions and estimate how long our tickets will take us to develop.
Usually, the tickets we estimated at a certain point, won't be in our sprint plan in the following sprint, but later on.
I want to filter out tickets that the field - Original/Remaining Estimate was updated 60 days ago or more. meaning it's been ~2 months since the person estimated how long it will take him to develop the ticket, that way our estimations keep being somewhat relevant and still true. I believe that after 60 days they should re-estimate those tickets.
So, how can I filter this?
I tried -
type in (......) AND remainingestimate updated before startOfDay(-60)
I know it's wrong, just to give you a sense of context.
Thanks !
Hi,
This is not possible out of the box unfortunately. Yo can try to find something on the marketplace or try using the API REST to find issue where the field was updated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.