setting due date in post function

Tuan Vo November 25, 2014

Hi, I am trying to set a due in a post function.  Based on an answer by Jamie Echlin, I used the following script in the post function: issue.dueDate = new Date().  However, this is not working for me.  I appreciate any help you can provide.

2 answers

0 votes
Tuan Vo December 2, 2014

Hi Peter, 

Thank you for reaching out and offering to help.  I used the code you provided; unfortunately it didn't  work.  

Tuan

Peter Bengov
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.
December 2, 2014

Can you check your log file for error for when you use this? Maybe this will give us some more info

0 votes
Peter Bengov
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.
November 25, 2014

Try this:

issue.getDueDate().time = new Date().getTime();

Suggest an answer

Log in or Sign up to answer