Hello,
I need to retrieve the time an incident was created; the created date is no problem. I can view the created time in the lower right-hand corner of each incident, but I am unable to add it to a column or perform a JQL query on it for reporting purposes.
My Best,
SMH
JQL doesn't support querying based on timezone. Howwever, issue.created is saved in UTC.
As @Mathew Lederman mentioned, you can run JQL like below and since it is stored in UTC irrespective of timezone, you will get the data.
created > '2025-1-1 10:05'
Are you looking at automation to populate a custom field? if so, can you elaborate on the challenge that you are facing.
Hello ---
Good luck
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Shannon Highers the default created field should provide both the date and time an incident was created. If you're seeing relative time (3 days ago) vs absolute time (March 18 at 11:46am) try clicking on the timestamp itself. That should switch you to absolute time.
As for querying on time, you should be able to use this format within your JQL to call out specific times:
yyyy/MM/dd HH:mm'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the community!
In this video, you will see How to use JQL to search with dates
Example:
You could easily use the basic functionality to do this as well then switch to “advanced” to see how the JQL would look
Best regards
Sam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you very much for the tip. I need to report on the time specifically, so I know what time zone customers are opening these cases. It all boils down to resource alignment based on case creation metrics.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.