mzagrabe / rt-extension-setownerrequestortocurrentuserforticketcreate

RT Extension to optionally set Owner and Requestor to Current User for Ticket create

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NAME
    RT::Extension::SetOwnerRequestorToCurrentUserForTicketCreate - The great
    new RT::Extension::SetOwnerRequestorToCurrentUserForTicketCreate!

VERSION
    Version 0.01

SYNOPSIS
    Quick summary of what the module does.

    Perhaps a little code snippet.

        use RT::Extension::SetOwnerRequestorToCurrentUserForTicketCreate;

        my $foo = RT::Extension::SetOwnerRequestorToCurrentUserForTicketCreate->new();
        ...

EXPORT
    A list of functions that can be exported. You can delete this section if
    you don't export anything, such as for a purely object-oriented module.

SUBROUTINES/METHODS
  function1
  function2
AUTHOR
    Matt Zagrabelny, <mzagrabe at d.umn.edu>

BUGS
    Please report any bugs or feature requests to
    bug-rt-extension-setownerrequestortocurrentuserforticketcreate at
    rt.cpan.org, or through the web interface at
    <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=RT-Extension-SetOwnerReq
    uestorToCurrentUserForTicketCreate>. I will be notified, and then you'll
    automatically be notified of progress on your bug as I make changes.

SUPPORT
    You can find documentation for this module with the perldoc command.

        perldoc RT::Extension::SetOwnerRequestorToCurrentUserForTicketCreate

    You can also look for information at:

    *   RT: CPAN's request tracker (report bugs here)

        <http://rt.cpan.org/NoAuth/Bugs.html?Dist=RT-Extension-SetOwnerReque
        storToCurrentUserForTicketCreate>

    *   AnnoCPAN: Annotated CPAN documentation

        <http://annocpan.org/dist/RT-Extension-SetOwnerRequestorToCurrentUse
        rForTicketCreate>

    *   CPAN Ratings

        <http://cpanratings.perl.org/d/RT-Extension-SetOwnerRequestorToCurre
        ntUserForTicketCreate>

    *   Search CPAN

        <http://search.cpan.org/dist/RT-Extension-SetOwnerRequestorToCurrent
        UserForTicketCreate/>

ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
    Copyright 2014 Matt Zagrabelny.

    This program is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by the
    Free Software Foundation; version 2 dated June, 1991 or at your option
    any later version.

    This program is distributed in the hope that it will be useful, but
    WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
    Public License for more details.

    A copy of the GNU General Public License is available in the source
    tree; if not, write to the Free Software Foundation, Inc., 51 Franklin
    Street, Fifth Floor, Boston, MA 02110-1301 USA

About

RT Extension to optionally set Owner and Requestor to Current User for Ticket create


Languages

Language:Perl 99.1%Language:CSS 0.9%