[rt-users] RE: Ticket disappear after adding a comment with RTIR

Juan Ramón Alfageme Mata JRamon.Alfageme at alhambra-eidos.com
Wed Jan 12 11:02:12 EST 2005


To confirm my suspicions about SQL problem I connected to the database and made a select from some tickets and its current Type

 

mysql> SELECT id, type 

    -> FROM Tickets

    -> WHERE id between 17 and 19;

+----+---------------+

| id | type          |

+----+---------------+

| 17 | Investigation |

| 18 | ticket        |

| 19 |               |

+----+---------------+

 

As you can see when RTIR adds the comment it changes the type of the ticket to nothing, can someone give my a clue of sql statements location?

 

Thanks in advance.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20050112/555312a1/attachment.htm>


More information about the rt-users mailing list