Hi,
We need to find out the Health of our Product Backlog. The criteria is to search for Acceptance Criteria String and if that is available, we make the decision as Story is READY.
Is there any In built report OR Query which I can use to search for Acceptance Criteria string in the Description field of the all stories in Product Backlog.
Thanks
DPA
Hey DPA,
You should be able to use: description ~ "Acceptance Criteria" .
This should show you everywhere Acceptance Criteria is mentioned int eh Description.
Hope this helps,
Tyler
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.