Say something is in the In Test column, and then it fails testing and is sent back to the In Progress column. Can I build a query to determine which stories in a sprint were in a certain state, and then sent back to a previous state?
Hey @Jeff Davis, you can achieve this through the CHANGED operator. Therefore, assuming the underlying statuses of your columns "In Test" and "In Progress" are respectively the same, you can have something like:
type = story and sprint = <your sprint> and status changed from "In Test" to "In Progress"
It's worthwhile to take a look at the advanced search docs
I hope it helps,
IL.
Hi, Ivan,
That's exactly what I was looking for. Thank you so much especially for providing a template query. I built what I needed based on that.
Thanks again,
Jeff
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.