Monthly Task Repatition

Jed Weissberg September 15, 2013

I have a project (set of tasks) that needs to be repeated on the first of each month

Is there a way to set it up so the project spawns each month and notifies the users who are partcipants in the project?

2 answers

1 accepted

0 votes
Answer accepted
Thomas Heidenreich (//S) September 16, 2013

You could write a jelly-script to do that and run it as a service - sadly scheduling services does not support cron like expression, so you have to run it each day and check within the script whether it's the first day of the month.

0 votes
Thomas Heidenreich
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 16, 2013

You could write a jelly-script to do that and run it as a service - sadly scheduling services does not support cron like expression, so you have to run it each day and check within the script whether it's the first day of the month.

Suggest an answer

Log in or Sign up to answer