Hi,
I use escalation service in script runner plugin, job executes correctly when I run it manually, but somehow it doesn't run on schedule (daily). Did someone know what could be problem? Did I have to define a service or something in Jira, so that escalation service would run.
Andris.
I've updated the latest version 4.x of Script Runner that supports JIRA 6.x. I also tried CRON expressions but still no luck having the escalation fire automatically
Hi Andris,
Hi Ralfe,
Have you tried to do it with a CRON expression? From my side it worked fine with CRON:
0 0 1 ? * 7 * = every Saturday at 1am
If you want to have it on a daily basis at 1am it would look like:
0 0 1 * * * *
Note:
tag 1: seconds (JIRA speciality)
tag 2: minutes
tag 3: hours
tag 4: day
tag 5: month
tag 6: weekday
tag 7: year
separator: blank
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
looks like it hangs somehow. After jira restart it works again for some time...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jamie,
I'm having the same problem. Escalation performs as expected when run manually but never runs. Interval is 1 day. I.e. 1440
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi, what version of jira and the plugin is this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There were major changes to the scheduling mechanism in version 4 - can you try that? Warning: version 4 is commercial.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Jamie,
I am running into the same problem. The Escalation Service runs fine manually, but neither the cron nor interval execute. Running script runner 5.1.6 on Service Desk 3.0.10.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does it skip days, or do you think it never runs?
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.