Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to display resolved date and time on issue navigator

Patricia Wiebe
Contributor
January 24, 2012

This feels like it should be an easy one, but I can't seem to find the answer. When an issue is resolved it is assigned a date and time of the resolution. Looking in the issue it displays the date and time for "Resolved". In a filter where I search for issues in the resovlved state, I would like to see the date and time for when it was resolved. I have the resolved column, but it only shows the date, not the time. Can I configure the issue navigator to show me the date and also show the time?

3 answers

1 accepted

4 votes
Answer accepted
Ron K January 25, 2012

You could modify the template. This could be different depending on the JIRA version. For JIRA 4.4.3, the template that displays dates in a column is templates.jira.issue.field.date-columnview.vm.

Replace

#if ($value) <span title="${title}"><time datetime="${iso8601}">${value}</time></span> #else &nbsp; #end

with

#if ($value) <span title="${title}"><time datetime="${iso8601}">${title}</time></span> #else &nbsp; #end

${title} has the full date-time and is displayed in the mouse over.

Patricia Wiebe
Contributor
January 25, 2012

Excellent! I forgot to mention I am running on 4.4.3. I tried as you suggested and it worked great! I appreciate the answer, and such a nice simple solution. Thanks!!

0 votes
boardtc
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 16, 2012
0 votes
Colin Goudie
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 25, 2012

I don't think that's possible with the current issue navigator.

You could create a custom field that displayed the time using the date that is in the resolution field I guess

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events