You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
On Jira Cloud, I am using a Jira Service Management Project. There are various Date & Time fields critical for us. But they all show date and time in different formats, please see attached screenshot.
Could someone please help me how to uniformize the format for all fields?
Thanks a lot in advanc
Jira formats date/time fields in two ways
The other fields in your screenshot are not date/time fields. I mean, they hold date/time data, but they are not using the rendering rules that "pure" Jira date/time fields use, they have their own code for their rendering.
You would need to look at the configuration of all three of them to see if the output is configurable. Date of first response is coming from a charting app that might have some configurability. Last update and last comment may also be an app, but they might also be coming from scripted fields of some sort.
If last update / comment are scripted fields, you should find the scripts are doing some formatting. If they were being done with Scriptrunner, I'd convert them - take the formatting out and change them to date/tme output instead of strings, that way they'd take on the same format you have set globally for date fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.