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.
How do you automate a ticket to be created every other month and also every three months.
I have a recurring job that needs to be done every two months and another ticket every three months.
hey @Rej ,
Within Jira you have the Automation engine. One of the "triggers" of automation is a "Scheduled" trigger.
With this one, you can a schedule based on a CRON expression to create an issue (or perform other tasks) based on a specific schedule
https://www.atlassian.com/software/jira/features/automation
https://support.atlassian.com/cloud-automation/docs/jira-automation-triggers/#Scheduled
Thanks for this info but I am stuck on how I would use the CRON expression to schedule it to create the ticket every two months or three months.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
to figure out the correct CRON you can always use an online tool such as https://www.freeformatter.com/cron-expression-generator-quartz.html
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.