Hi.here
I want the created date field provided by the system to show a specific time, instead of showing like a few hours ago,
What should I do please?
Hi @James Lebron,
If your instance is a server/data center, you can make this change by following the KB @ Display standard dates in Jira server | Jira | Atlassian Documentation.
Hope this helps!
Thanks!
Hello @James Lebron ,
I hope you are well today.
You can use the below:
AND created >= 2022-07-14 AND created <= 2022-08-11 ORDER BY created ASC
That would retrieve the cases from 14-july to 11-August.
- You can change the dates according to your needs.
I hope that would help.
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.