When doing a JQL query in Jira the resulting table shows any time date related columns as date only. How do I display date and time.
cf[15306] = "ABC" ORDER BY createdDate DESC
I get the field created:
Key Created
XX-0815 15/Aug/21
What I want is
Key Created
XX-0815 15/Aug/21 11:03
How can I format the output of a JQL query. How can I do this?
Thanks
This may or may not help you, and you may already know it ... you can hover over any date, and a tooltip will show the date and time.
Hi @haa
I don't think there is a built in way to do it.
You can write small plugin with a small JS script that will show it to you
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.