Hi,
Currently I am looking for Jira query where I want the the field Dev- ETA is in next 3 days.
I used : Dev-ETA[Date] >= startOfDay(3d); but it is not giving the correct result.
Please suggest.
You're almost there, try Dev-ETA[Date] >= startOfDay() and Dev-ETA[Date] <= startOfDay(3d)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.