Our users want to filter on the date when issue were closed (Status = Closed). This can be done with SQL, but I don't want to give users database access. Rather let them query from the Issue Navigator. For example, you can search for "Resolved Date" and "Created Date", but I don't see "Closed Date". Any ideas here? Thanks. I recall this being available on older JIRA versions.
You can capture the date in a custom field. Add a workflow post function in the "Close" transition and capture the current time into a date custom field.
See https://jsutil.atlassian.net/wiki/display/JSUTIL/JIRA+Suite+Utilities+Workflow+Post-Functions#JIRASuiteUtilitiesWorkflowPost-Functions-UpdateIssueCustomFieldPost-Function
Use %%CURRENT_DATETIME%% as mentioned in the docs.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.