You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
Can you help me giving me a JQL code in order to set an automatic email every 20th of every month?
Thank you in advance
There is no way to do this using JQL, however what you can do is create a scheduled automation, set up a cron like 0 0 8 20 * ? which will trigger the automation on 20th of each month at 8am & then in the action you can add send mail action, which should solve your query.
Hope it helps.
Hi @Carolina Fumarola , thanks for your question.
You can program a filter subscription to send a digest of emails at that interval - Manage filters | Jira Software Cloud | Atlassian Support
Then, I just googled a CRON to help you set the interval for every 20th day of the month - Crontab.guru - The cron schedule expression editor.
Hope this helps you.
Cheers
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.