Hi,
i have some tasks created in a jira project, which i have to complete daily.
What automation can i do to recreate these tasks daily in the morning at 10:30 am so that i don't have create them manually, it should just create a copy of that task automatically.
Hi @Sahil Suhag
I'd build the details into the Automation Rule, to avoid needing "template" issues.
Rule might look something like this...
---
However, if you did want to clone your existing issues, this is also possible.
Rule might look like this...
For this rule, you can...
---
Notes
---
Let us know if this helps, or if you have any further questions :)
Ste
Hey Stephen,
I want to create the task again every day during weekdays under the same epic,
for example -
I have a epic 'MIS Tasks' under that i have a task "Daily Report 2 march 2024", and on next day i want the same task (with same fields, assignee, details, etc) as "Daily Report 2 march 2024" under the same epic 'MIS Tasks'.
So i want to automatically create that task every weekday.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sahil Suhag
Either of these rules should work for these requirements with some modifications...
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sahil,
Take a look at this article that will guide you through how to do exactly what i think you want to do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Sahil Suhag
How do you know which tasks need to be recreated each day?
You must have permission to create Automation Rules. By default that permission is granted to Jira Administrators and Project Administrators. Dou you have that level of permissions? If not you will likely need to work with members of one or both of those groups to get this set yp.
You can create a rule that has a Schedule trigger easily enough. But you need to come up with a JQL statement that would retrieve each of the tasks that needs to be copied.
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.