Good day,
I am trying to create a query that shows me a list of issues when the Due date has changed.
Does anyone have an idea how to do it (JQL, script runner)?
Thanks.
The JQL "changed" operator doesn't work on the due date field, so this isn't the most straightforward, but you have a few options.
Do you use automation for Jira? If so, the easiest and quickest thing in my opinion is to use the due date change as your rule trigger, and set something which can be queried, such as a label.
If you have Scriptrunner, you can also use a scripted field to capture past due date(s), and you will be able to query if this field is not empty (meaning the due date has changed).
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.