I have a requirement where I need to have two Cron job schedulers in one custom plugin.
I tried to achieve this, so when I tried with one job scheduler I was able to do it but when I tried another, both of the jobs are not running now .
Please help me with resolution.
If its doable then is there any key point that I missed and if we cannot then what is the solution to have two jobs in one custom plugin.
Hey @Ekta Chourasia , welcome to the community!
Our app, Smart Templates and Scheduler for Jira, can help you to automate issue creation from a template by utilizing a CRON expression.
You can find more details here: https://railsware.atlassian.net/wiki/spaces/STFJ/pages/4232642582/Scheduler#Cron-expression
Hope it helps 🙌
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As long as we're talking about a single job then obviously no. Whatever you plan on doing with that one job, a cron can be configured for the window. Probably.
If we're talking multiple jobs then it doesn't matter since, well, they're separate. So can schedule them individually.
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.