I would like to see exact date and time for comments, ticket creations etc. We are on the cloud version. I looked around but didn't see any answers to this. Please advise.
Hi Marrie,
Thank you for reaching out to Atlassian Community!
Currently, on Jira Cloud, when we add a comment or create a ticket, it will not show the absolute date and time, if it was created/added less or equal 7 days ago, it will not show the date and time, but "yesterday", "two days ago".
When the ticket or the comment was added 7 days ago or more, it will show the exact date and time.
We have a feature request suggesting the implementation of the absolute date and time:
- https://jira.atlassian.com/browse/JRACLOUD-41506
Please, click on vote and watch to receive updates about the feature.
Regards,
Angélica
This is a totally useless feature. What's the point of having an audit trail when you can't see the date and time.
Could you please stop trying (and failing) to be clever in dumbing down the interface and making it unusable in the process. Like the useless "new" editor that doesn't work; thank goodness there's the old view. Pity that the "new" view can't be turned off.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh, and add your own votes for this. It's not Twitter; do your jobs properly in the first place.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just seen the date and time for the original post.
So you've ignored it.
Great.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Showing time is much more pertinent for e.g. a ticket created "yesterday" as it can be 1 hour or 20 hours ago (20 fold!), while it is less pertinent for a ticket created or updated more than a week ago. Please always show time regarding recent updates! I can't even find it in History or any other tab! :(
Regards,
Gauthier
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This seems like a VERY rudimentary function to simply ignore improving for 6 years. Sadly, Atlassian seems interested in pursuing feeble UI "improvements" instead of providing useful, requested information in UI. Ah well, I guess I added my vote, not that I have any confidence that it won't go unnoticed for another 6 years...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I came here for answers and, after reading the comments, leaving even more infuriated by this.
Having a system setting in Jira to toggle between Lego and Duplo time setting would be great!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Looks like we've officially been welcomed to drop Atlassian and move to other task management apps. Cool:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
2023 checking in, still have to hover over each damn "time" stamp in my activity stream :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It looks like this has been implemented finally. You can access the real date and time by hovering your mouse pointer over or clicking on the "yesterday" or "last week" dates.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The hovering was implemented before, but it's incredibly tedious having to hover over each timestamp.
I found a way to hack this in using Stylus (or any other CSS injection extension) though:
```
.livestamp::before {
content: attr(title);
white-space: nowrap;
}
.livestamp {
visibility: hidden;
position: relative;
min-width: 100px;
height: 1.2em;
line-height: 1.2em;
display: inline-block
}
.livestamp::before {
visibility: visible;
position: absolute;
top: 0;
left: 0;
line-height: 1.2em;
}
```
Edit: Sorry can't figure out how to format the code, neither ``` nor <pre> nor {code} work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Seems like this is implemented now.. I clicked on the relative timestamp text in the comment, then suddenly all of the timestamp comments became absolute. Or maybe this question talks about another product?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
> I clicked on the relative timestamp text in the comment, then suddenly all of the timestamp comments became absolute
Yes, but you still have to click it. I'm not understanding why this cannot be configurable.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
One of our users found this different behaviour.
We did some investigation and found out, that the format can be switched by any user.
If the relative format is shown you can switch to exect format with clicking on it.
This switches the view in any Issues.
With this "feature" yiu can easily switch.
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.
Clicking the relative timestamps does not change them in the activity stream, I still need my CSS hack for that one. There is still no general setting to have the absolute timestamp as default.
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.