The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

ServiceDesk: all Issues, where UpdateDate changed after ResolvedDate

Stefan Bockelmann
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

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 Champions.
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
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 9, 2018

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