[rt-users] Which HTML::Format needed from CPAN for RTFM

2006-05-03 Thread John Boris
I am trying to install RTFM on Fedora Core 4 the instructions say to: perl -MCPAN -e'install HTML::Format' When I do that it replies it can't find it and to try i /HTML::Format/ When I do that I get 14 responses cpan i /HTML::Format/ Module HTML::FormatData

[rt-users] Notifying a certain user when a ticket is created in a Queue

2006-05-10 Thread John Boris
Can a scrip be written that will notify a set of users that a ticket has been created in a queue without assigning the ticket to that user or making that person an AdminCc? I don't want to send a bunch of duplicate emails. I want the certain group of people to get notified there is a ticket. I

Re: [rt-users] Notifying a certain user when a ticket is created in a Queue

2006-05-11 Thread John Boris
of an oncoming train! Stephen Turner [EMAIL PROTECTED] 05/11/06 9:40 AM At Wednesday 5/10/2006 05:01 PM, John Boris wrote: Can a scrip be written that will notify a set of users that a ticket has been created in a queue without assigning the ticket to that user or making that person an AdminCc? I

[rt-users] Allowing Unprivileged users change Personal Info

2006-05-16 Thread John Boris
I saw a partial answer to this in the archive but nothing else. I want each user to be allowed to change their Name, Phone number, address etc. Not their email. I tried the Modify Self right but that just gives them access to change their password. Is there a way to do this without getting into a

[rt-users] Modify AutoReply script

2006-05-18 Thread John Boris
I want to create a Queue that will not generate an AutoReply when a ticket is created. I am setting up a queue to log my backup summaries from my server pool. I don't need a reply back to a backup daemon. The AutoReply scrip is a Global one and if I try to remove it I remove it from the entire

[rt-users] Just a question about proper sequence of operations

2006-05-30 Thread John Boris
We are very new at using RT(3.4.5 on fedora Core 4) and I have a question on actually how to handle things. When I receive a telephone request (We are slowly moving away from that type of request) I enter it into RT by creating a ticket in the proper Queue changing the requestor from me to the

[rt-users] Trying to use RTFM

2006-06-09 Thread John Boris
I am not sure if this is the correct list. I have RT 3.4.5 installed and RTFM-2.2.0RC2 installed. When I try to run make initdb I get this error: make initdb /usr/bin/perl -Ilib -I/opt/rt3/lib /opt/rt3/sbin/rt-setup-database --action schema --datadir etc --datafile etc/initialdata --dba rt_user

RE: [rt-users] Trying to use RTFM

2006-06-09 Thread John Boris
'); Dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of John Boris Sent: June 9, 2006 12:18 PM To: rt-users@lists.bestpractical.com Subject: [rt-users] Trying to use RTFM I am not sure if this is the correct list. I have RT 3.4.5 installed and RTFM-2.2.0RC2

[rt-users] RT Wiki Problem

2006-07-19 Thread John Boris
Has something happened to the RT Wiki? http://wiki.bestpractical.com/index.cgi? It looks like it is broke or hacked. I keep getting pages that have a bunch of code and weird web links. I clicked on the link for: AddAdminCc and got this in the page that was returned: Welcome to our website for

RE: [rt-users] Email problems - Association with Queue

2007-02-22 Thread John BORIS
Carlos, You have to create the alias on the server in the mail aliases file. Look up the man page for aliases for your flavor of UNIX and make those changes. On Red hat it is in /etc/aliases. Then when you are finished you have to run newaliases for it to take effect. I believe this is spelled out

[rt-users] Anyone have a script to move RT Attachments into RTFM

2007-03-13 Thread John BORIS
I have been searching the Wiki and the archives but haven't found anything. I would like to have Tickets that are sent to a certain queue via email to automatically have the attachment that is in the request added to RTFM. I haven't found anything like this and I am not sure it can be done. I have

[rt-users] Rtx-Shredder directory requirements

2007-04-09 Thread John BORIS
I just installed RTx-Shredder-0.06 from the source. There weren't any errors during the install. I then logged into Rt and went to Configuration-Tools-Shredder and I got this error: RTx-Shredder extension needs directory to write dumps there. Please, check that you have

[rt-users] Where is the Asset Tracker Wiki or site

2007-05-29 Thread John BORIS
Does anyone know where the asset Tracker Wiki or site is kept? TIA John J. Boris, Sr. JEN-A-SyS Administrator Archdiocese of Philadelphia Remember! That light at the end of the tunnel Just might be the headlight of an oncoming train! ___

Re: [rt-users] Where is the Asset Tracker Wiki or site

2007-05-29 Thread John BORIS
might be the headlight of an oncoming train! Matthew Keller [EMAIL PROTECTED] 05/29/07 12:49 PM On Tue, 2007-05-29 at 12:01 -0400, John BORIS wrote: Does anyone know where the asset Tracker Wiki or site is kept? http://atwiki.chaka.net/ ___ http

[rt-users] FastCGI Error * incomplete header

2007-06-04 Thread John BORIS
The other day my RT setup decided to stop working. My users were complaining about Server Internal 500 errors. I looked through the logs (rt_error, rt_access and my Apache logs) and saw a bunch of errors from FastCGI. I searched through the mail list archive and found a lot of messages just like

[rt-users] Some more information on RT and FASTcgi problem (was Gastcgi incomplete headers)

2007-06-05 Thread John BORIS
I am still looking into the error message in the rt error log: [Mon Jun 04 09:43:10 2007] [error] [client 172.31.6.95] FastCGI: comm with server /opt/rt3/bin/mason_handler.fcgi aborted: idle timeout (120 sec) [Mon Jun 04 09:43:10 2007] [error] [client 172.31.6.95] FastCGI: incomplete headers (0

[rt-users] Some more information on RT and FASTcgi problem (was Gastcgi incomplete headers)

2007-06-05 Thread John BORIS
I resolved this problem. Operator error. I had the value Return 1; instead of return 1; That made a big difference. Now I hope that resolved my other FastCGI problem. I am still looking into the error message in the rt error log: [Mon Jun 04 09:43:10 2007] [error] [client 172.31.6.95]

[rt-users] Possible Dumb Question concerning rights

2007-06-08 Thread John BORIS
Hi all, Today a user was entering an Asset and couldn't change the value of one of the fields in the asset. I went into the configuration and found the field and then gave any privileged user the Authority to see the field and modify the field. She also told me she created two blank tickets in a

[rt-users] Apache::Test will not install

2008-03-10 Thread John BORIS
I am trying to install rt-3.4.5 and the fixdeps fails when it tries to compile Apache::Test. This is on Fedora 8 with Perl v5.8.8 built for i386-linux-thread-multi. Any hints on how to get that to compile. ___

[rt-users] Moving RT to another Server

2008-03-14 Thread John BORIS
I am part way finished moving a working RT-3.4.5 installation to a newer server running MySQL 5, PHP 5 and Fedora 8. I tarred up the rt installation and put it in the same place on the new server. I did a mysqldump of the rt3 database and then ran that on the new server. The running installation

Re: [rt-users] Fw: Moving RT to another Server

2008-03-17 Thread John BORIS
John BORIS [EMAIL PROTECTED] rg To [EMAIL PROTECTED

Re: [rt-users] Fw: Moving RT to another Server

2008-03-17 Thread John BORIS
at the following URL: http://172.31.6.213/rt/ James Moseley John BORIS [EMAIL PROTECTED

Re: [rt-users] question about the RT email account

2008-03-27 Thread John BORIS
did you run newaliases after you setup the aliases file? The web address http://localhost assumes that rt is set as the DocumentRoot. http://localhost/rt assumes that rt resides at /rt off of DocumentRoot. This is set in httpd.conf. It is all based on how you setup your http server. Nelson

Re: [rt-users] testing the ability for RT to sendmail

2008-03-28 Thread John BORIS
Nelson, In the Rt book it states that Modern Versions of Sendmail require all programs called from the /etc/aliases file to be symlinked into the /etc/smrsh/ directory. You will receive DSN:Service unavailable erros if you haven't done this. Here is what they say to use to setup the link: ln -s

Re: [rt-users] testing the ability for RT to sendmail

2008-03-28 Thread John BORIS
If it worked before you rebooted then one of actions you did was not written to a configuration file. This issue also has to do with smrsh so it probably has to do with the link that was done. I am not familiar with your flavor of Unix and would never call myself a guru at this but I have had

[rt-users] At Mail list info

2008-04-14 Thread John BORIS
Is the Asset Tracker list still alive. I saw an email a while back about things starting up again. I have a few questions but don't want to post them here. the links I have all die or bounce. TIA John J. Boris, Sr. JEN-A-SyS Administrator Archdiocese of Philadelphia Remember! That light at the

[rt-users] Requestor or Owner

2008-04-17 Thread John BORIS
This may be a simple question but is the Requestor (person who submits the ticket) the same as the owner? I usually enter tickets when Users contact me or I am starting a project and want to track it in RT. But now I want the user who contacted me to be the person who would have emailed the

Re: [rt-users] Requestor or Owner

2008-04-17 Thread John BORIS
the field when the ticket is created) field by changing the email address to who should be the requestor, ie, the person who should have opened the ticket in the first place. James Moseley John BORIS [EMAIL PROTECTED] rg

[rt-users] Auto Reply email loop

2008-04-18 Thread John BORIS
It seems I have an autoreply loop that I can't seem to stop. While testing my setup I sent a request from one of my machines to my RT instance. When it tried to send the reply to that machine (the requester's email address was [EMAIL PROTECTED]) it got a connection refused since that machine was

[rt-users] RT changing Status to Open from Resolved when sending Reply or Comment

2008-04-21 Thread John BORIS
I remember this being a discussion thread a while back but searching the archives I couldn't find it. I found one thread from 2003 but it didn't address a resolution. I resolved a ticket and then noticed my auto reply to the requestor didn't include my resolution information. So I went back into

Re: [rt-users] Question about having a splash page?

2008-04-23 Thread John BORIS
I am no guru but the directory /opt/rt3/local/html is where you want to keep your local copies of RT files. RT looks there first for files. At first glance it looks easy to just create a new copy of the RT Index page under a new name in /opt/rt3/local/html and then create your splash page named

Re: [rt-users] Question about having a splash page?

2008-04-23 Thread John BORIS
Jared, Take it fromsomeone who has zero time to keep things updated. Try to keep your nods to the place that upgrades will not overwirte them. After a while you will have a hard time to make those mods and to keep track of them. You can add anything to the index.html page as long as it resides

[rt-users] New Queue is not showing up on RT At A Glance

2008-04-28 Thread John BORIS
I am running RT 3.6.6. I added a new queue, added an entry into aliases. I can send email to RT and the ticket gets created in the Queue but the queue never shows up on the RT at a glance page. It doesn't show up in the section where it shows the queues that I am and AdminCc for either. The

Re: [rt-users] New Queue is not showing up on RT At A Glance

2008-04-28 Thread John BORIS
of an oncoming train! Kenneth Marshall [EMAIL PROTECTED] 4/28/2008 3:23 PM Try logging out and then back in again. Ken On Mon, Apr 28, 2008 at 03:18:48PM -0400, John BORIS wrote: I am running RT 3.6.6. I added a new queue, added an entry into aliases. I can send email to RT and the ticket gets

Re: [rt-users] Having trouble installing 3.7.85 on fc8

2008-05-09 Thread John BORIS
Is this a typo? Alias /rt3 //opt/rt3/share/html Shouldn't that read Alias /rt3 /opt/rt3/share/html John J. Boris, Sr. JEN-A-SyS Administrator Archdiocese of Philadelphia 222 North 17th Street Philadelphia, Pa. 19103 Tel: 215-965-1714 Fax: 215-587-3525 Remember! That light at the end of the

[rt-users] Changing Owner

2008-05-09 Thread John BORIS
I am running RT 3.6.6. I want to change some owners of tickets but the drop down box doesn't have the user I want to give it to. How does the owner field drop down list get populated? Or how does one change the owner of a ticket? TIA John Boris

Re: [rt-users] Changing Owner

2008-05-09 Thread John BORIS
John BORIS [EMAIL PROTECTED] rg

[rt-users] Checking out code from svn.bestpractical.com

2008-05-15 Thread John BORIS
I am trying to get the files at: http://svn.bestpractical.com/cgi-bin/index.cgi/bps/browse/RT-Extension-ResetPassword/ I am using the tortisesvn client. I know this isn't a TortiseSVN list but how does one checkout the code from the site. When I try to do this onto my pc I get an error

Re: [rt-users] Upgrade From 3.4.0 to 3.6.6

2008-05-20 Thread John BORIS
Dan, I did that when I rebuilt my server but I went from one version of Fedora to another. I haven't seen any issues . yet. John J. Boris, Sr. JEN-A-SyS Administrator Archdiocese of Philadelphia Remember! That light at the end of the tunnel Just might be the headlight of an oncoming train!

[rt-users] Getting RT-Extension-ResetPassword Module

2008-05-28 Thread John BORIS
I would like to use the Password reminder module from the repository but I am a bit clueless on how to get the code. Can someone point to directions on how to get the code or the module so I can install it in my RT instance? TIA John J. Boris, Sr. JEN-A-SyS Administrator Archdiocese of

Re: [rt-users] Not understanding initial email config :(

2008-05-28 Thread John BORIS
Andy, The email address has to be valid for it to get to RT. I am no guru when it comes to email but woudn't the emailer try to resolve the email address and then look for the MX record for that address in DNS. If you sent the email from the command line and your log shows that address as

Re: [rt-users] Getting RT-Extension-ResetPassword Module

2008-05-28 Thread John BORIS
I have tried that but there might be issues with our firewall setup. All I want is the one module. Torsten Brumm [EMAIL PROTECTED] 05/28/08 4:31 PM for the whole svn try svn co svn://svn.bestpractical.com there you'll find everything :-) 2008/5/28 John BORIS [EMAIL PROTECTED]: I would like

Re: [rt-users] Getting RT-Extension-ResetPassword Module

2008-05-28 Thread John BORIS
servers. Jesse 2008/5/28 John BORIS [EMAIL PROTECTED]: I would like to use the Password reminder module from the repository but I am a bit clueless on how to get the code. Can someone point to directions on how to get the code or the module so I can install it in my RT instance? TIA

Re: [rt-users] Getting RT-Extension-ResetPassword Module

2008-05-29 Thread John BORIS
Glenn, Thanks. That worked. I had to go to a machine that is outside our WAN/LAN so there must be a firewall rule that is blcoking it. Thanks again John Boris Glenn Sieb [EMAIL PROTECTED] 05/29/08 2:03 AM John BORIS wrote: I would like to use the Password reminder module from the repository

Re: [rt-users] Block new ticket creation from Email

2008-06-06 Thread John BORIS
William, Why not have the email sent to a queue that has a separate reply scrip that uses a template that includes your instructions along with a link to the main RT web page for them to use to enter their ticket. Or maybe configure an autoresponder in aliases that will send your boiler plate

[rt-users] How to get RT to use Reply-To for returned emails

2008-09-08 Thread John BORIS
In my setup my users are sending emails to RT from a machine where their email address isn't valid. It is hard to explain. The corporate email address for my users is not the same as their login and email address on the server where the email is originating. We use Mutt as the client. The emails

[rt-users] Where and How to Modify Asset Tracker Main Page

2009-03-04 Thread John BORIS
Where can one RTFM on how to modify the main page when you click on the Assets menu in RT 3.6.3? I want to add a portion that shows the assets for the user. John J. Boris, Sr. JEN-A-SyS Administrator Remember! That light at the end of the tunnel Just might be the headlight of an oncoming train!

Re: [rt-users] Asset Tracker + 3.8.2 possible?

2009-03-16 Thread John BORIS
Charlie, You can disregard that. At least I did when I installed on my RT but I am on 3.6 John J. Boris, Sr. JEN-A-SyS Administrator Archdiocese of Philadelphia 222 North 17th Street Philadelphia, Pa. 19103 Tel: 215-965-1714 Fax: 215-587-3525 Remember! That light at the end of the tunnel Just

[rt-users] All Queues showing up in RT at a Glance

2009-05-08 Thread John BORIS
All of the Queues are showing up in RT at a glance when I select MyAdminQueues even though the user is not the Admin of that Queue. I am running 3.6.6 Is there a way to clear this up? I looked at the Queues and the users I see this with are not the Administrators of those queues. TIA John J.

[rt-users] 3.6.6 suddenly stops creating tickets

2009-05-20 Thread John BORIS
All of a sudden my 3.6.6 installation on Fedora 8 stopped adding tickets. I have tried different queues and users but all just hang when you hit the create button. I see these errors in the rt_error_log [Wed May 20 11:09:57 2009] [error] [client 172.31.6.95] FastCGI: server

Re: [rt-users] 3.6.6 suddenly stops creating tickets

2009-05-20 Thread John BORIS
Check yum log (assuming you use it) and make sure perl or some subset of perl modules wasn't upgraded. That's where I always on systems with yum updates turned on. John BORIS wrote: All of a sudden my 3.6.6 installation on Fedora 8 stopped adding tickets. I have tried different queues

Re: [rt-users] bulk load into Asset Tracker possible?

2009-06-24 Thread John BORIS
There was a perl script on the old wiki but it isn't on the latest wiki page. I have it on my system and have used it once without any problems. It needs tweaking. I didn't want to send it out unless I have the link to where you can see who wrote it and the caveats. I have it named as

[rt-users] How to limit a scrip per queue

2010-08-11 Thread John BORIS
Is there a way to limit one of the default scrips to not to act on a queue? There are two default scrips that act on ticket creation. #4 and #5. At least I think they are defaults as I don't remember creating these since they don't have a description. I would like to disable one of them as it

Re: [rt-users] How to limit a scrip per queue

2010-08-11 Thread John BORIS
HideGlobalScrips (Search inside the wiki) this is running nice under RT 3.6.x for RT 3.8.x you can find at github ( http://github.com/tbrumm/RT-Extension-QueueDeactivatedScrips) the same solution ported to 3.8 2010/8/11 John BORIS jbo...@adphila.org Is there a way to limit one of the default scrips

[rt-users] Installation of XML::RSS fails on Fedora 14 64bit

2010-12-21 Thread John BORIS
I am installing rt 3.8.8 on Fedora 14 and trying to get all the perl modules loaded. the module XML::RSS is failing to install through CPAN. Anyone know why? or have installed RT on Fedora 14 64 bit? Any pointers accepted. TIA John J. Boris, Sr. JEN-A-SyS Administrator Archdiocese of

[rt-users] Best way to upgrade production RT

2011-01-04 Thread John BORIS
I am currently running RT 3.6.6. I want to go to the newest release. I am setting up another Virtual machine to run through this upgrade so I can do this swap overnight and keep the system available to my users. I plan to install and get working the latest version of RT and then load in the data

Re: [rt-users] Best way to upgrade production RT

2011-01-04 Thread John BORIS
:28PM -0500, John BORIS wrote: I am currently running RT 3.6.6. I want to go to the newest release. I am setting up another Virtual machine to run through this upgrade so I can do this swap overnight and keep the system available to my users. I plan to install and get working the latest version

Re: [rt-users] Queues

2011-12-31 Thread John BORIS
Damien, You can setup separate emails for each company and a queue for each company. Rt-mailgate will sort the mail to the proper queue. Rt is configurable to whatever you want. John Boris Damien Hull dh...@section9.us 12/30/11 2:25 PM I'm trying to configure RT for an IT consulting business

[rt-users] Interfacing RT to Drupal

2012-04-20 Thread John BORIS
I am moving my old PHP-Nuke intranet site to Drupal 6.x. One of the items in my old Nuke site was a form that would allow users to make requests and then based on what they selected it would email the request to the correct queue on my RT installation. I want to have that same functionality in the

Re: [rt-users] Changing email address of admin and users

2013-06-07 Thread john boris
/mason_handler.fcgi stderr: [Fri Jun 7 16:18:14 2013] [error]: Scrip 42 Prepare failed: syntax error at (eval 952) line 1, near Return 1 (/opt/rt3/lib/RT/Action/UserDefined.pm:67) On Mon, Jun 3, 2013 at 12:58 PM, Kevin Falcone falc...@bestpractical.comwrote: On Mon, Jun 03, 2013 at 11:11:40AM -0400, john

Re: [rt-users] Changing email address of admin and users

2013-06-07 Thread john boris
-0400, john boris wrote: [Fri Jun 07 12:18:14 2013] [error] [client 172.31.6.213] FastCGI: server /opt/rt3/bin/mason_handler.fcgi stderr: Number found where operator expected at (eval 952) line 1, near Return 1 Perl doesn't have a Return function, you wanted return 1; -kevin

[rt-users] Extracting file attachments from tickets

2013-06-13 Thread john boris
We use our rt3.6.6 instance to store reports from our system. Is there a way I can do an SQL against the database to extract these files without going into each ticket separatley? -- John J. Boris, Sr. Online Services www.onlinesvc.com -- RT Training in Seattle, June 19-20:

Re: [rt-users] When installing Request Tracker It says I'm missing dependencies such as DateTime that are actually installed

2013-08-23 Thread john boris
I had the same issue installing on a 64 Bit instance of Fedora. I just had to make sure hte paths were correct and things started working. On Fri, Aug 23, 2013 at 12:42 PM, Jeremy Mates jma...@uw.edu wrote: * dporter89 dporte...@yahoo.com DateTime ...MISSING Can't

[rt-users] Trouble installing RT4.2.2 on Ubuntu 12.10

2014-02-06 Thread john boris
I am trying to install Rt on my Ubuntu 12.10 install. I am having issues getting all the perl modules installed. When I run testdeps I get: sudo make testdeps MAILGATE missing dependencies: Net::SSL ...MISSING Crypt::SSLeay ...MISSING So I then try sudo make fixdeps and get

Re: [rt-users] Trouble installing RT4.2.2 on Ubuntu 12.10

2014-02-06 Thread john boris
Problem resolved. I found this on Stackexchange: http://stackoverflow.com/questions/12750662/install-perl-module-netssleay-through-cpan But this resolved the dependancy sudo apt-get install libcrypt-ssleay-perl On Thu, Feb 6, 2014 at 10:49 AM, john boris jbori...@gmail.com wrote: I am

[rt-users] Looking for info on apache2 configuration rt-4.2.2

2014-02-06 Thread john boris
I am at the next step of installing rt-4.2.2 on Ubuntu 12.10. (I had a working 3.6 RT install on a Fedora Server which is on life support at the moment and have to make this move) The install went fine except for some issues with PERL modules I resolved but now I am at the web configuration spot.

[rt-users] Trying to get RT4.2.2 to use mysql and not sqllite3

2014-02-07 Thread john boris
I installed RT4.2.2 using apt-get from the repositories on Ubuntu 12.10 LTS. When I try to start apache I get a database error whic states [warning]: DBI connect('dbname=/var/lib/dbconfig-common/sqlite3/request-tracker4/rtdb; I selected mysql when I did the install but the config files seem to

Re: [rt-users] Trying to get RT4.2.2 to use mysql and not sqllite3

2014-02-07 Thread john boris
. On Fri, Feb 7, 2014 at 11:49 AM, Kevin Falcone falc...@bestpractical.comwrote: On Fri, Feb 07, 2014 at 11:40:19AM -0500, john boris wrote: I installed RT4.2.2 using apt-get from the repositories on Ubuntu 12.10 LTS. When I try to I'm not aware of RT 4.2 packages on Ubuntu or Debian

Re: [rt-users] Trying to get RT4.2.2 to use mysql and not sqllite3

2014-02-11 Thread john boris
rt-mailgate operating. On Mon, Feb 10, 2014 at 1:37 PM, Kevin Falcone falc...@bestpractical.comwrote: On Fri, Feb 07, 2014 at 12:30:45PM -0500, john boris wrote: Kevin, Thanks for the reply. I reran the script and selected mysql (which I did originally) it had an error at the end

[rt-users] RT email failing

2014-02-25 Thread john boris
My rt instance relays its email through another server. Messages coming from RT are failing My relay server is not sending the mail and is giving me a 451 error. If I go to the command line and generate an email it sends this correctly. RT is version 4.2.2 on ubuntu 12.10 running postfix. It

Re: [rt-users] RT email failing

2014-02-25 Thread john boris
It leaves but is not accepted on my relay or fails on my relay. I have been searching for typos and haven't found any. On Tue, Feb 25, 2014 at 11:29 AM, Kevin Falcone falc...@bestpractical.comwrote: On Tue, Feb 25, 2014 at 10:23:08AM -0500, john boris wrote: My rt instance relays its

[rt-users] Looking for script to autoclose ticket

2014-03-12 Thread john boris
I have been searching the Wiki for a script that would resolve a ticket when it is created. I use RT to track reports, installs and other automated happenings on my servers. These generate a reply to me as I am the AdminCc on those queues. I don't mind the replies. What i want is to have that

Re: [rt-users] Looking for script to autoclose ticket

2014-03-12 Thread john boris
j. Thanks. I will use that suggestion on reply. I am technically the only user of my RT instance and the only replies really go to my users who send in tickets via a form. But I will try this out. I am a sub novice when it comes to perl code. On Wed, Mar 12, 2014 at 12:24 PM, j.hubbard

[rt-users] Question on setting up self Service

2014-04-11 Thread john boris
Are there any How-To links to setup Self Service? I have been running an RT Instance for many years and recently $WORK decided to change the email here and I can no longer handle my internal Tech requests through my Drupal site webforms and rt-mailgate. So I would like to give my users a link to

Re: [rt-users] Looking for users of RT 4.4 that use the Asset feature

2016-11-29 Thread john boris
ater, > Darin > > > On Tue, Nov 29, 2016 at 2:51 PM, john boris <jbori...@gmail.com> wrote: > > Good Day, > > My department is looking to replace our current Ticket/asset management > > system. I have been using RT on a small basis to handle my own Support > &

Re: [rt-users] Looking for users of RT 4.4 that use the Asset feature

2016-11-29 Thread john boris
Thanks. That does help me. On Tue, Nov 29, 2016 at 3:36 PM, Joop <jvdw...@xs4all.nl> wrote: > On 29-11-2016 20:51, john boris wrote: > > Good Day, > > My department is looking to replace our current Ticket/asset > > management system. I have been using RT on a small

[rt-users] Looking for users of RT 4.4 that use the Asset feature

2016-11-29 Thread john boris
Good Day, My department is looking to replace our current Ticket/asset management system. I have been using RT on a small basis to handle my own Support requests and used the Asset Management add on (pre 4.4). Our current system used to have an agent that would populate the data set for us but

Re: [rt-users] Looking for users of RT 4.4 that use the Asset feature

2016-11-29 Thread john boris
Thanks for the quick response. I am basically seeking that the asset feature is worth the move to RT. As much as I know about RT I think we (our department) can roll our own automated scripts to get info and keep it updated.The one we use now can't get warranty information and I am hoping I can

Re: [rt-users] Looking for users of RT 4.4 that use the Asset feature

2016-11-29 Thread john boris
; > Christopher Manly > > Coordinator, Library Systems > > Cornell University Library Information Technologies > > c...@cornell.edu > > 607-255-3344 > > > > > > *From: *rt-users <rt-users-boun...@lists.bestpractical.com> on behalf of > john boris <jbo