Hi there,
i want to set a custom date field to current date with jmwe.
I used the post-function "Set field value" but my groovy expression didnt work.
Thanks
Hi
What expression did you try? Did you look into the "Expected value" tab in the Groovy editor help? It shows you what values does the field expect to be set.
You need to select the "Value Type" as Groovy expression and write this code in Value to set the date field to the current date:
new Date()
Regards,
Radhika
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.