Re: [otrs] Splitting ticket doesn't delete article from source ticket

2015-04-27 Thread Susan Dittmar
Paolo Mosconi schrieb: I don’t understand the logic though. Sometimes you receive one message from your customer which results in twowork chains in your response. In this case you want the article in both tickets. OTRS cannot know which of those two cases is correct when you split, so it keeps

Re: [otrs] Splitting ticket doesn't delete article from source ticket

2015-04-27 Thread LQ Marshall
Split function as you have found doesn't remove it copies. You can create the new ticket and then manually move the article via the database using... (mysql) update article set ticket_id= where id=. Don't manipulate the DB directly unless you know what you are doing. Original message -