JIRA 5.2: How to show 'Resolved By', 'Closed By' and 'Closed date' columns on issue navigator

Rumit Patel July 4, 2013

Hi,

I am using the default workflow of JIRA for my project. On the issue navigator I can display following columns for all the issues in a given project.

Reporter, Created date, Updated date and Resolved date

However, I also want to display Resolved By, Closed BY and Closed Date fields. As there can be multiple Resolved By and Closed By values for an issue, it should show the latest user who either RESOLVED or CLOSED an issue. Same is applied for the Closed date.

I do not see Resolved By, Closed BY and Closed Date columns in the issue navigator's Column Configurations. However, I am sure JIRA must be tracking these values in the database.

The reasong being, I am looking for an on screen view for the project administrator which displays WHO resolved/closed an issue WHEN.

Regards,

Rumit

3 answers

1 accepted

2 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
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.
July 4, 2013

It tracks those fields in the change history but not as separate fields. If you must need them, you will have to capture those values into custom fields byt setting those values in the workflow post functions.

A useful function to do that is https://jsutil.atlassian.net/wiki/display/JSUTIL/JIRA+Suite+Utilities+Workflow+Post-Functions#JIRASuiteUtilitiesWorkflowPost-Functions-UpdateIssueCustomFieldPost-Function

You can then configure the issue navigator to include those fields.

Chris Miller September 15, 2021

This link is not working and I need the same thing, I need to pull the resolve/closed/complete date from history, as well as the date transitioned to inprogress

1 vote
Rumit Patel July 23, 2013

Hi Joe and Jobin (wow, sounds like bros) :)

Thank you for your help. Your answers certainly helped and I can now track those values and show them on the navigator. Just one more thing I want to ask. Is there anyway I could get these values (Resolved By, Closed By and Closed date) for the issues which are already resolved/closed and show them on the navigator with the same custom fields?

Regards,

Rumit

1 vote
Joe Pitt
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 4, 2013

We capture those during the transition and save them to custom fields using the copy from field post function. We only allows the Assignee to perform transitions so we copy the assignee field. For the date put it AFTER the Update action in the post actions. Otherwise you'll get the last date the issue was updated. Remember to clear them if the issue is reopened or set to unresolved.

Suggest an answer

Log in or Sign up to answer