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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi, Is it possible to make a CRON Expression for a schedule that after 3 days from the creation day an email is sent every day until it change state?
thanks for your help!
Hi @Nora Marti
I would create a rule like the following:
The JQL I would use would be something like:
project = YOU_PROJECT and status = YOUR_STATUS(ES) and created < -3d
The created < -3d will make sure that it will bring you all issue that were created before "3 days ago", meaning that when the rule would run, three days will have already passed.
Of course I would suggest to try the JQL on your instance and make sure that it yield the correct results and adjust it correspondingly.
Let me know if that works for you.
Hi Nora,
I think I would create two rules. The first one would set a value of a custom field when the date hit 3 days from the created date.
Then another that would send be a Scheduled trigger that ran everyday and checked the value of the custom field and the status of the issue.
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.