i need to filter today verified staging tickets
@Bhanu prakash , welcome to the Community. What defines "verified" in your workflow? Is it a status or field or comment or??
let's say it is a status called "Verified". In that case the following JQL would return all issues verified in the previous day. You could save the filter and set a subscription to email the results each morning.
project = xxx and status changed to verified after startOfDay(-1) and status was changed to verified before startofday()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.