Add extension.
This commit is contained in:
parent
4ff8e0133c
commit
cacbc9182c
1 changed files with 29 additions and 0 deletions
29
lib/RT/Extension/References.pm
Normal file
29
lib/RT/Extension/References.pm
Normal file
|
@ -0,0 +1,29 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
package RT::Extension::References;
|
||||
|
||||
our $VERSION = "0.1";
|
||||
|
||||
=head1 NAME
|
||||
|
||||
RT::Extension::References - Use References to try and find a matching ticket
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
RT extension to use the References MIME header in inbound emails to try and
|
||||
match the message to a preexisting ticket.
|
||||
|
||||
=cut
|
||||
|
||||
1;
|
||||
|
||||
=head1 AUTHOR
|
||||
|
||||
Harlan Lieberman-Berg C<< <hlieberm@akamai.com> >>
|
||||
|
||||
=head1 LICENSE AND COPYRIGHT
|
||||
|
||||
Copyright (c) 2015, Akamai Technologies, Inc. All rights reserved.
|
||||
|
||||
=cut
|
Loading…
Reference in a new issue