Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bestpractical/rtx-ticketsql-transactioncfs
https://github.com/bestpractical/rtx-ticketsql-transactioncfs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bestpractical/rtx-ticketsql-transactioncfs
- Owner: bestpractical
- Created: 2013-06-28T21:36:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-15T18:08:38.000Z (over 11 years ago)
- Last Synced: 2023-04-13T18:31:29.868Z (over 1 year ago)
- Language: Perl
- Homepage: http://metacpan.org/release/rtx-ticketsql-transactioncfs
- Size: 160 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
NAME
RTx-TicketSQL-TransactionCFs - Adds searching of Transaction CFs to
TicketSQL in RTDESCRIPTION
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 permissionsEdit 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/objRestart your webserver
AUTHOR
Thomas SibleyBUGS
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 SolutionsThis is free software, licensed under:
The GNU General Public License, Version 2, June 1991