Hi Everyone,
Would I be able to get clarification if my understanding of how to use BEFORE and AFTER is correct?
status in ("waiting for customer") AND NOT status changed BEFORE -2d
Today is 16/6/20. -2d means 2 days in the past. It should show a status that has not changed BEFORE the 14/6/20 and is currently in "Waiting for Support".
I'm expecting my query to show issues from 13/6 and issues BEFORE it
This is what I see instead. I see results from the last 2 days.
When I use
status in ("waiting for customer") AND NOT status changed AFTER -2d
Today is 16/6/20. -2d means 2 days in the past. It should show a status that has not changed AFTER the 14/6/20 and is currently in "Waiting for Support".
I'm expecting my query to show issues AFTER 14/6.
\
This is what I see instead. I see results from the 14/6 and issues before it.
This is an explanation from a question I posted previously
My question is:
Is my understanding of how to use BEFORE/AFTER correct? Seems like JIRA is completely opposite to how I am use to using BEFORE/AFTER and its very confusing to me.
Hoping someone can clarify this for me
Thanks