Git Product home page Git Product logo

rt-extension-tags's Introduction

NAME
    RT-Extension-Tags - Provides simple tagging using custom fields

DESCRIPTION
    This extension allows you to create tags using custom fields on tickets.
    It adds a new custom field type, "Tags", which allows users to add new
    values (tags) that will then be added to the list of available
    autocomplete values for that custom field.

    The created tags become links to a search of all active tickets with
    that tag.

  Tag Custom Field
    The initdb step installs an example global Tag custom field.

RT VERSION
    Works with RT 4.0, 4.2, 4.4

INSTALLATION
    perl Makefile.PL
    make
    make install
        May need root permissions

    make initdb
        This optional step installs an example global Tag custom field.

    Edit your /opt/rt4/etc/RT_SiteConfig.pm
        If you are using RT 4.2 or greater, add this line:

            Plugin('RT::Extension::Tags');

        For RT 4.0, add this line:

            Set(@Plugins, qw(RT::Extension::Tags));

        or add RT::Extension::Tags to your existing @Plugins line.

    Clear your mason cache
            rm -rf /opt/rt4/var/mason_data/obj

    Restart your webserver

  UPGRADING
    If you are upgrading from version 0.01 or 0.02, note that the custom
    field type was changed from a default RT "multiple values with
    autocompletion" to a dedicated tag custom field type. To upgrade:

    *   Change your Tag custom field to use the new tag custom field type

        You can either edit your existing custom field and change the Type
        to "Enter multiple tags" or run the initdb step and copy your values
        to the new Tag custom field automatically created.

    *   Disable the scrip "On Custom Field Change Add New Tag Values"

        This scrip is no longer needed with the new tag custom field type,
        so you can disable or delete it.

AUTHOR
    Best Practical Solutions, LLC <[email protected]>

BUGS
    All bugs should be reported via email to

        L<[email protected]|mailto:[email protected]>

    or via the web at

        L<rt.cpan.org|http://rt.cpan.org/Public/Dist/Display.html?Name=RT-Extension-Tags>.

LICENSE AND COPYRIGHT
    This software is Copyright (c) 2016 by Best Practical Solutions, LLC

    This is free software, licensed under:

      The GNU General Public License, Version 2, June 1991

rt-extension-tags's People

Contributors

cbrandtbuffalo avatar alexmv avatar

Watchers

Marcos Orallo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.