Due date change notification

Dmytro Golovin October 26, 2016

Hello All,

Please correct me if I am wrong but there is no built in feature to get updates once the due date changes. 

Custom listener sounds very complicated for person without background in java. So I decided to go with  Script Runner. Can anybody help how to define the "Condition and Configuration". I have tried following but it does not seem to work:

def change = changeItems.find {it.field == "issue.getDueDate().time"}
if (change) {
    def oldValue = change.oldstring
    def newValue = change.newstring
}

Any help would be much appreciated

 

Thanks,

D

1 answer

0 votes
Michael Schmitz November 29, 2016

Hi Dmytro,

I got the same Problem. Did you find a solution?

Suggest an answer

Log in or Sign up to answer