
I manage OTRS 3.0 in my company, and after reading the documentation, and looking for this topic in the forum, I'm going to explain the process we want to automate:
- We have to do every day at 8am, 2pm and 7pm some routine tasks (every day, from monday to sunday

- The thing is... we want that at these times, a parent ticket appears automatically reopen, just like a post-it, wich makes us remember these daily routine tasks.
- Then, we would create a new ticket with the information that out customers need, sending this ticket, and then we could link the (child) ticket to this parent ticket.
Basically it would be as follows, in bold the things I want to automate:
[Appears the 'post-it' parent ticket] --> [We create the child ticket with iMacros in Firefox] ---> [we link the ticket to the father 'post-it' ticket] ---> [We program the father ticket to the next day at 8am again]
I've been thinking, 'manually', we could create a parent ticket and manually program it to appear the next day at 8am; and every day, create a child ticket(we use iMacros to automate this process) when we see that parent-ticket (that would appear like a post-it), then we could link this child ticket to the parent ticket, and program again this parent ticket to appear next day at 8am again.
The problem is: we have to do it with 10-12 tickets more or less, as you can imagine I would like to automate this process as much as possible. My questions are:
1. Is it possible to create an automatic parent ticket that appears at 8am (for example) and when I close it, re-appears automatically next day?
2. Is it possible to create a new state which is like an 'programmed' state, but with a determinate hour to reopen it (already fixed previously when I create this new state)?
3. Is it possible to create a new state which automatically links the child ticket to the parent ticket?
I've been looking for some ACL that let me do that, but I found that with ACLs I can't link a childtiquet to a parentTiquet, and I haven't found any ACLs with dateTimes, is that right?
Thanks in advance for your help