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: 

Due date change notification

Dmytro Golovin
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!
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Michael Schmitz
November 29, 2016

Hi Dmytro,

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

TAGS
AUG Leaders

Atlassian Community Events