Re: [rt-users] Doing response-time analytics

2011-09-28 Thread Francisco Jen Ou
I don't see an easy way. All RT transactions are registered in a table called Transations. You can do this select in Mysql rt4 db: select * from Transactions where ObjectType = 'RT::Ticket' and Type = 'EmailRecord' and ObjectId = ; ( is the ticket number), which will return all the tran

[rt-users] RT4.0.2 Modify Custom Field layout

2011-09-28 Thread Michael Morel
I have been trolling through the mailing lists for information. I have 20 "Custom Fields". The "Custom Fields" are one column in the "Display" page for a ticket and they show up fine for there. Though later on it would be nice to add some separators between fields and some text here. More imp

Re: [rt-users] Problems with Fetchmail/RT Mailgate

2011-09-28 Thread Rob MacGregor
On Wed, Sep 28, 2011 at 20:49, josh.cole wrote: > > I tried adding auth ntlm to the config as well. It doesn't seem to have > helped me much. Can you provide the output of the following commands (as covered in Fetchmail's FAQ - http://fetchmail.berlios.de/fetchmail-FAQ.html#G3): env LC_ALL=C fet

Re: [rt-users] Problems with Fetchmail/RT Mailgate

2011-09-28 Thread josh.cole
I tried adding auth ntlm to the config as well. It doesn't seem to have helped me much. josh.cole wrote: > > To simplify, I enabled pop on another one of our exchange servers. I > changed the login method on it so that it is not secure. I configured the > pop account on my machine and was able

Re: [rt-users] Doing response-time analytics

2011-09-28 Thread Jason Ketola
This is very helpful. Is there a way to track responses to client responses to tickets. As an example, maybe I was fast at responding to the initial request that created the ticket, but I was slow with getting back to their follow-up on the same ticket. On 09/28/2011 03:45 PM, Francisco Je

Re: [rt-users] Doing response-time analytics

2011-09-28 Thread Francisco Jen Ou
Hi, If you have access to RT server console, you can run this command: /opt/rt4/bin/rt show -l ticket/ticket_number which will give you detailed data and these 2 interesting fields: ... Created: Tue, Aug 16, 2011 3:00:37 PM ... Started: Tue, Aug 16, 2011 3:02:18 PM Em 28-09-2011 16:19, Jason

Re: [rt-users] Doing response-time analytics

2011-09-28 Thread james machado
On Wed, Sep 28, 2011 at 12:19 PM, Jason Ketola wrote: > Hi, > > I'm trying to figure out how to do analytics on response times to messages. > That is, I want to be able to graph, for instance, how long it's taking on > average for messages hitting our queue to get a response (I'm not looking > for

[rt-users] Doing response-time analytics

2011-09-28 Thread Jason Ketola
Hi, I'm trying to figure out how to do analytics on response times to messages. That is, I want to be able to graph, for instance, how long it's taking on average for messages hitting our queue to get a response (I'm not looking for time to resolution). From what reading I've done, it seems l

Re: [rt-users] Bug in /Articles/Article/Edit.html

2011-09-28 Thread Todd Chapman
It's just mis-leading and does not report write permission errors. -Todd On Sep 28, 2011, at 1:37 PM, Kevin Falcone wrote: > On Tue, Sep 27, 2011 at 08:45:24AM -0400, Todd Chapman wrote: >> No checking of ModifyCustomField right is done, so all CFs are presented >> as editable when some >>

Re: [rt-users] Remove ticket number/tag from subject

2011-09-28 Thread Ruslan Zakirov
On Wed, Sep 28, 2011 at 5:18 PM, Kristofer Pettijohn wrote: >> The other problem such header matching creates is attaching email to >> completely unrelated existing tickets when a person tries to create a >> new ticket by replying to a ticket mail and clearing the subject and >> content. >> >> Thi

Re: [rt-users] RT CLI linking tickets

2011-09-28 Thread Kevin Falcone
On Tue, Sep 27, 2011 at 12:17:47PM -0700, Yan Seiner wrote: > What's the proper incantation for linking tickets via the CLI? > > rt help link says: > > rt link 2 dependson 3 > > but it does: > > root@svr-rt:~# /opt/rt4/bin/rt link 4 dependson 3 > rt: Different ids in URL (`//REST/1.0/ticket/lin

Re: [rt-users] Bug in /Articles/Article/Edit.html

2011-09-28 Thread Kevin Falcone
On Tue, Sep 27, 2011 at 08:45:24AM -0400, Todd Chapman wrote: >No checking of ModifyCustomField right is done, so all CFs are presented > as editable when some >are not. Does it actually allow editing, or does it just misleadingly display them? -kevin pgpdTmR0oUIZQ.pgp Description: PGP

Re: [rt-users] Limiting the information unprivileged users are able to see via the webinterface

2011-09-28 Thread Thomas Sibley
On 09/28/2011 11:08 AM, Joop wrote: >> is there a way in RT 4.x to reduce the information an unprivileged >> user can see when he's accessing >> his tickets via the RT webinterface? >> > Yes, use Callbacks to skip the transactions you don't want. > The Callback you want to add is: > /opt/rt3/loc

Re: [rt-users] Limiting the information unprivileged users are able to see via the webinterface

2011-09-28 Thread Joop
Lars Braeuer wrote: Hello, is there a way in RT 4.x to reduce the information an unprivileged user can see when he's accessing his tickets via the RT webinterface? Yes, use Callbacks to skip the transactions you don't want. The Callback you want to add is: /opt/rt3/local/html/Callbacks/moco

Re: [rt-users] requestor field in dashboards

2011-09-28 Thread Daniel De Marco
Thomas, * Thomas Sibley [09/28/2011 10:20]: > You could use the Once there callback to add your own column, > RequestorNames or RequestorFormatted (and use ShowUser). > > https://github.com/bestpractical/rtx-ticketlist-transactions has > examples of the two callbacks you'd want to hook. thanks

[rt-users] Limiting the information unprivileged users are able to see via the webinterface

2011-09-28 Thread Lars Braeuer
Hello, is there a way in RT 4.x to reduce the information an unprivileged user can see when he's accessing his tickets via the RT webinterface? The only information I want the user to see are the replies concerning his tickets and no other information like the change of owner, addition or remov

Re: [rt-users] requestor field in dashboards

2011-09-28 Thread Thomas Sibley
On 09/28/2011 10:11 AM, Daniel De Marco wrote: > yes, they do. For example in the dashboard I have both the Requestor and > LastUpdatedBy fields. For the same person I get the full email in the > Requestor field and the username in the LastUpdatedBy field... Just looked at the column map in share/

Re: [rt-users] requestor field in dashboards

2011-09-28 Thread Daniel De Marco
yes, they do. For example in the dashboard I have both the Requestor and LastUpdatedBy fields. For the same person I get the full email in the Requestor field and the username in the LastUpdatedBy field... Daniel. * Thomas Sibley [09/28/2011 08:38]: > On 09/28/2011 07:58 AM, Daniel De Marco wrot

Re: [rt-users] RT and Kerberos

2011-09-28 Thread Thomas Sibley
On 09/28/2011 09:16 AM, jm130794 wrote: > Hello, > > For the moment we use RT 3.8.2. Tomorrow, we'll try to move to RT 4.0.2. > We have a question : is it possible to authenticate our users with > Kerberos with release 4.0.2 ? Yes, and it's possible with 3.8.2 as well. You use the mod_auth_kerb

Re: [rt-users] Remove ticket number/tag from subject

2011-09-28 Thread Kristofer Pettijohn
> The other problem such header matching creates is attaching email to > completely unrelated existing tickets when a person tries to create a > new ticket by replying to a ticket mail and clearing the subject and > content. > > This question comes up on the mailing list from time to time. I sugg

[rt-users] RT and Kerberos

2011-09-28 Thread jm130794
Hello, For the moment we use RT 3.8.2. Tomorrow, we'll try to move to RT 4.0.2. We have a question : is it possible to authenticate our users with Kerberos with release 4.0.2 ? Thanks RT Training Sessions (http://bestpractical.com/services/training.html) * Chicago, IL, USA — September 2

Re: [rt-users] requestor field in dashboards

2011-09-28 Thread Thomas Sibley
On 09/28/2011 07:58 AM, Daniel De Marco wrote: > thanks for your answer, however $UsernameFormat seems to only work for > fields like LastUpdatedBy and OwnerName, but not for Requestors. > I still have $UsernameFormat set, by default, to "concise", but in the > dashboard for the requestor column I

Re: [rt-users] Remove ticket number/tag from subject

2011-09-28 Thread Thomas Sibley
On 09/28/2011 05:54 AM, Dr Tim Cutts wrote: >> I recall some solution was posted a few years back to the list or >> wiki, but don't remember anyone wrapped it as an extension. > > I suspect any such method will be quite fragile, since it will depend > closely on the end user's mail user agent, an

Re: [rt-users] requestor field in dashboards

2011-09-28 Thread Daniel De Marco
Ruslan, thanks for your answer, however $UsernameFormat seems to only work for fields like LastUpdatedBy and OwnerName, but not for Requestors. I still have $UsernameFormat set, by default, to "concise", but in the dashboard for the requestor column I get email addresses. Thanks, Daniel. * Ru

Re: [rt-users] requestor field in dashboards

2011-09-28 Thread Ruslan Zakirov
Hi, How users displayed in the UI controlled by config option $UsernameFormat. On Wed, Sep 28, 2011 at 12:59 AM, Daniel De Marco wrote: > Hi, > > is it possible to change the requestor field in dashboards so that it > displays the requestor name instead of the requestor email address? > It would

Re: [rt-users] More tickets Indicator on RT-at-a-Glance search results

2011-09-28 Thread Ruslan Zakirov
Hi, I'm pretty sure it's doable, but there is no such thing out of the box. You start from share/html/Elements/MyRT and move to share/html/Elements/ShowSearch. On Wed, Sep 28, 2011 at 1:06 AM, wrote: > Hello - > > We've had several users ask if dashboards on the RT-at-a-Glance page could > incl

Re: [rt-users] Remove ticket number/tag from subject

2011-09-28 Thread Dr Tim Cutts
On 28 Sep 2011, at 10:42, Ruslan Zakirov wrote: > Hi, > > I recall some solution was posted a few years back to the list or > wiki, but don't remember anyone wrapped it as an extension. I suspect any such method will be quite fragile, since it will depend closely on the end user's mail user ag

Re: [rt-users] Remove ticket number/tag from subject

2011-09-28 Thread Ruslan Zakirov
Hi, I recall some solution was posted a few years back to the list or wiki, but don't remember anyone wrapped it as an extension. On Wed, Sep 28, 2011 at 9:33 AM, Kristofer Pettijohn wrote: > Hello, > > I am currently using OTRS, and am evaluating RT.  One feature that OTRS has > that is a requ