How can child ticket notify parent ticket?

Moderator: crythias

Locked
sysadmin_cfe
Znuny newbie
Posts: 4
Joined: 28 Nov 2011, 10:45
Znuny Version: 3.0..1
Real Name: sysadmin.cfe
Company: CARFAX Europe GmbH

How can child ticket notify parent ticket?

Post by sysadmin_cfe »

Hi,
I am new in OTRS and after reading the manual and the forum I have still some needs that I can not cover.

The question is: how can a child ticket notify by email parent's ticket owner when the ticket is closed? I mean, you have a parent ticket, and let's say 5 children. It would be really nice that when a child is closed the parent's ticket owner is notified. Otherwise the parent ticket owner has to check all the children manually, not really practical (the watch ticket option is not a practical option neither).

Any option I could check in the sysconfig? In the "notification (events)" I can not setup this task.

Thanks for the help!

Regards
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: How can child ticket notify parent ticket?

Post by jojo »

Thats not possible out of the box without development
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
sysadmin_cfe
Znuny newbie
Posts: 4
Joined: 28 Nov 2011, 10:45
Znuny Version: 3.0..1
Real Name: sysadmin.cfe
Company: CARFAX Europe GmbH

Re: How can child ticket notify parent ticket?

Post by sysadmin_cfe »

Oh, i see. That's bad, it is a really interesting feature.

Why it is really needed, hypothetical case:

Imagine that a neighbor (customer) opens a ticket saying the apartment 12 is cold. Then the caretaker of the building (agent in Level1) opens the ticket and sees that he needs support from the technicians (agents in Level2), from the person in charge of checking the heaters and the person in charge of the building heater controller.
Then the caretaker opens two tickets for each technician waiting an answer. Everything is fine, but now he has to check manually the children tickets until they are closed in order to fix the problem for the neighbor.
If it is a small building that is not a problem, but what happens when it is a huge building with more than 100 neighbors? The caretaker will go crazy if he has to check all the tickets manually.


Isn't there any workaround for these? As I said before, "watching ticket" is not an option, since you have to check them manually.

OTRS is great, but it is really complex!
Thanks for your time and help.
yuri0001
Znuny superhero
Posts: 630
Joined: 17 Mar 2011, 14:40
Znuny Version: 5.0.6
Real Name: Yuri Kolesnikov
Location: Russia

Re: How can child ticket notify parent ticket?

Post by yuri0001 »

Hi!
You can set involved agent of parent ticket when closing the child to notify him about this event. It not automated, but! :?
Best regards Yuri Kolesnikov
OTRS 5.0.14, ITSM 5.0.14
SUSE 13.2, MariaDB 10.0.22(productive)
OTRS 5.0.14, ITSM 5.0.14(test)
ndhvu275
Znuny advanced
Posts: 139
Joined: 06 Nov 2012, 09:02
Znuny Version: 3.x, 4.x and 5.x
Real Name: Vu Nguyen
Company: INFOdation
Location: Netherlands
Contact:

Re: How can child ticket notify parent ticket?

Post by ndhvu275 »

Hi,

It can be, but have to customizate. When a child is closed, a closed article of child ticket must be add on parent ticket as well. So, in ticket zoom of parent ticket you can see which childs of it were closed

To do customization: you should modify something in Kernel::Modules::AgentTicketActionCommon.pm

Hope it help

Vu Nguyen
OTRS 3.x, 4.x on CentOS/Windows
MySQL database
External customer backend with MySQL, MSSQL
Customization
Locked