Hello guys,
I'm trying to use JIRA Automation Plugin to close tasks that have status 'closed pending' to 'resolved' and I'm being able to do this with the plugin. But when I try to run a Cron expression in order to run the automated rule every Monday at 11:30 am it's not working.
Can anyone help me with this? Are the expressions wrong? I've tried this three so far:
0 30 11 ? * MON *
0 30 11 ? * 2
0 30 11 ? * 2 *
All of the above are not working. If you could give me an help :)
Thanks a lot!
SOLVED. I didn't notice that the timestamp is regarding the JIRA server and not my GMT. Sorry, all the expressions work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.