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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.