JIRA - date / time format of project versions

In the project, we can create versions, but the release date format is just d / MMM / yy

Is it possible for this display to display time?

Our date picker properties:

jira.date.picker.java.format d/MMM/yy jira.date.picker.javascript.format %e/%b/%y jira.date.time.picker.java.format dd/MMM/yy h:mm a jira.date.time.picker.javascript.format %e/%b/%y %I:%M %p 

we are launching JIRA version 6.1.2, build 6157

+6
source share
2 answers

realspirituals is correct. With a standard date field, you cannot display the time.

Although against “Configuring JIRA settings,” I found “Changing the date input format,” which indicates the ability to add a time component to the date field. But I could not find something similar for the release dates.

A similar function request was taken in May '13 to atlassian.

The only thing I can think of is to add metadata to your version and use a custom field to display it. See Here: a new field in the version tab bar . This way you can handle it. If you just want to display the time, and not "work with it," just use the description field for this.

+3
source

According to the documentation

Date fields that do not have a time component, such as due dates, release dates (associated with versions) and custom date fields, are only records (and no time zone information), so it depends on the time zone settings.

My answer is impossible, and even if you print them, you should get 0

+2
source

All Articles