In JQL can you specify TIME in a resolutiondate query?
I was hoping to get a timestamp in here:project = "FDR Discovery and Design" AND resolutiondate >= "2019/10/22" AND resolutiondate <= "2019/11/05"
Thanks,
-Steve
Hi Steve,
yes, it is possible, you can use something like this:
project = "FDR Discovery and Design" AND resolutiondate >= "2019/10/22 10:00" AND resolutiondate <= "2019/11/05 23:00"
THANK YOU! I thought it would be a complicated mess, this is great!!
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.