Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bestpractical/rtx-ticketsql-transactioncfs


https://github.com/bestpractical/rtx-ticketsql-transactioncfs

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

NAME
RTx-TicketSQL-TransactionCFs - Adds searching of Transaction CFs to
TicketSQL in RT

DESCRIPTION
When installed, TicketSQL's syntax is extended to support the follow
constructs:

TransactionCF.{Name of your CF} = 'Foo'
TxnCF.{Name} = 'Bar'

All operators that can be used for ticket custom fields in TicketSQL
("CF.{Name}") may also be used for transaction CFs.

Transaction CFs are also shown in the query builder. Globally applied
fields are always shown, and per-queue fields are shown when there is an
appropriate Queue condition already present. This mirrors the behaviour
of ticket CFs.

Requires RT 4.0.14 or higher.

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

Edit your /opt/rt4/etc/RT_SiteConfig.pm
Add this line:

Set(@Plugins, qw(RTx::TicketSQL::TransactionCFs));

or add "RTx::TicketSQL::TransactionCFs" to your existing @Plugins
line.

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

Restart your webserver

AUTHOR
Thomas Sibley

BUGS
All bugs should be reported via email to
[email protected]
or via the web at
rt.cpan.org
.

LICENSE AND COPYRIGHT
This software is Copyright (c) 2013 by Best Practical Solutions

This is free software, licensed under:

The GNU General Public License, Version 2, June 1991