ServiceDesk: all Issues, where UpdateDate changed after ResolvedDate

Stefan Bockelmann August 3, 2018

Hi, I'm new with Jira and JQL, and after spending a lot of time for researching I could not find an answer for my problem . We're using Jira ServiceDesk.

I'm looking for a filter showing me all resolved issues, where the 'Updatedate' changed after 'resolved status'. 

Background for these filter is, we want to see any issues where our customers did any comment or other action with this issue, after we had resolved this.

 

any ideas?

many thanks and best regards

Stefan

1 answer

0 votes
Morgan Folsom
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.
August 6, 2018

Hi Stefan, 

Jira does not have an out of the box date compare functionality.

However, Scriptrunner does - https://scriptrunner.adaptavist.com/4.3.1/jira/jql-functions.html#_datecompare 

Using the Scriptrunner JQL:

This function lets you compare two dates on the same issue, for instance to find all issues that were updated later than their resolved date:

issueFunction in dateCompare("", "updatedDate > resolutionDate")
Stefan Bockelmann August 9, 2018

thanks for your answer, but i f I understood it right, the scriptrunner will cost extra? 

Suggest an answer

Log in or Sign up to answer