Hello:
Before posting, I searched on scheduling and cron and only noticed results which came back for scheduling reports or this link (https://community.atlassian.com/t5/Jira-questions/How-to-create-CRON-JOB-in-Jira-development/qaq-p/878981?tempId=eyJvaWRjX2NvbnNlbnRfbGFuZ3VhZ2VfdmVyc2lvbiI6IjIuMCIsIm9pZGNfY29uc2VudF9ncmFudGVkX2F0IjoxNjM5Njk3MDcxMDE3fQ%3D%3D) which didn't get answered because the author didn't provide actionable information.
My question is how does one schedule the automation creation of Jira tickets?
More specifically, on 1 Jan, 1 Apr, 1 July, and 1 Oct I want to a ticket preloaded with some instructions to be created and sent to a specified user. How can I make this happen?
We're not on Jira cloud yet. Does Jira have some kind of cron feature or ticket scheduler?
Thanks!
You need two things here as a minimum. One is a trigger (when should this thing be done) and the other the action (what to do when triggered)
There are a load of ways of pairing these two things together and using it with Jira, so your answer is really going to be about the best way to do it for yourself.
As you mention Cloud, I suspect the Automation may well be the best option - Automation is built into Cloud, so moving your cron/create config becomes trivial when you move over to Cloud.
Wow! Thanks @Nic Brough -Adaptavist- ; amazing answer!
Some follow ups if you don't mind. When you mention:
> Add the Automation app
...is that this:
Also, do you have any experience with this:
I couldn't make heads or tails of what that does. The readme isn't that detailed.
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.