RE: [otrs] Customer User Groups & Broadcast e-mails

Would there be any way to change this so the ticket is still viewable from the regular queue view but simply has some marker on it that flags to the non-owner that it is locked? The one way I've found to get at locked tickets of a different owner is by searching by owner and selecting that very ticket... -Dave -----Original Message----- From: Martin Edenhofer [mailto:martin@edenhofer.de] Sent: Thursday, May 01, 2003 6:09 PM To: otrs@otrs.org Subject: Re: [otrs] Customer User Groups & Broadcast e-mails Hi Dave, On Wed, Apr 30, 2003 at 02:45:52PM -0400, DTerrell@Delphi-Tech.com wrote:
Beautiful, I'll use the note->external here. Another question about the locking, it seems odd that after a ticket is locked it seems to go to a different queue. We definately like the locking ticket idea, but the
No. The ticket is still in the same queue but not shown in the QueueView (because it's locked - not available to work on it).
ability to view others' locked tickets and possibly add notes to that ticket (via follow-up email instead of directly into the ticket perhaps?) would be nice. Like I said before we collaborate on just about everything that comes in, unless its minor, in which case the ticket would most likely be closed by the first person to pick it up.
The customer is able to add "everytime" notes (follow-up via email or web interface). It's also possible to add notes (via agent interface) to tickets where the owner isnt' the current user. The ticket owner will get an notification with the agent note in it.
-Dave
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Perfection is our goal, excellence will be tolerated. -- J. Yahl _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Hi Dave, On Thu, May 08, 2003 at 04:42:09PM -0400, DTerrell@Delphi-Tech.com wrote:
Would there be any way to change this so the ticket is still viewable from the regular queue view but simply has some marker on it that flags to the non-owner that it is locked? The one way I've found to get at locked tickets of a different owner is by searching by owner and selecting that very ticket...
Normally not. There is a config option, maybe it helpful for you. But if you change it, it's possible to run in trouble (your case is _not_ tested!!!)! # ViewableLocks # default: ["'unlock'", "'tmp_lock'"] $Self->{ViewableLocks} = ["'unlock'", "'tmp_lock'"]; Add this to you Kernel/Config.pm and all tickets will be shown in QueueView $Self->{ViewableLocks} = ["'unlock'", "'tmp_lock'", "'lock'"]; Remember: This is not tested and is not on the todo list to implement it. You will not get help if you change it.
-Dave
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- "There are two major products that come out of Berkeley: LSD and Unix. We don't believe this to be a coincidence." -- Jeremy S. Anderson
participants (2)
-
DTerrell@Delphi-Tech.com
-
Martin Edenhofer