Hi @Olga Videc I have any requirement like tickets has to be created automatically by particular day means on every monday like depends on the day.Is it possible ?????
They are lot of ways to achieve this.
If you don't have any plugins in JIRA. You can execute cron job with bash script. Bash script will have curl to your jira instance api.
If you have Automation for JIRA, you can easily add a automation scheduled job with create issue task.
If you have Scriptrunner, you can use escalate service to create a task.
You would need to install these plugins from the marketplace if you don't have them available on your instance.
Using Automation for JIRA:
I am going to start by adding a rule that is scheduled to execute in 7 days. You can also use cron for exact time.
Then add a task to create issue in a specific project
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.