I am creating a dashboard and I would like to have a filter that shows initiatives that have changed from Delivery Backlog to Delivery in the last 31 days... I can get the created ... project = OPDELQP AND status = Delivery AND "WRK/CC" = PersonLines AND "Workstream/Team" in cascadeOption(52468, 52470) AND created >= -31d ORDER BY priority DESC, updated DESC
But i also want to see those that have moved between workflow
You should be able to use the CHANGED operator on the Status field. Refer to
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.