Hi there,
I have a process where an issue is created via Zapier integration and I would like that issue due date to default to the current date (%%CURRENT_DATETIME%%).
I am guessing that there is a few ways to do this and a post function script would be one of them.
Could you please advise,
Thanks
Frank
Hi Frank,
Just in case you still wanna use a script to do it, here's how:
import java.sql.Timestamp
issue.setDueDate(new Timestamp(System.currentTimeMillis()))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.