Pointless now since Jack solved my every problem :)
Community moderators have prevented the ability to post new answers.
Hi Iago Docando,
What kind of JQL expression are you trying to achieve?
for example to find issues created exactly an hour ago you can do the following
createdDate = -1h
and also for issues created during the last hour
createdDate >= -1h
instead of:
createdDate = now(-1h)
Hope this helps,
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It actually helps a lot.
I didn't know that. It seems that every day I get to know a new JQL "trick" :)
THANKS.
The discussion is pointless now. I will delete the suggestion.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Community moderators have prevented the ability to post new answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.