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

https://github.com/netways/rt-extension-historycomponent

Show history on tickets you worked on
https://github.com/netways/rt-extension-historycomponent

enhancement extension history management request-tracker ticket-system workflow

Last synced: 4 months ago
JSON representation

Show history on tickets you worked on

Awesome Lists containing this project

README

        

NAME
RT-Extension-HistoryComponent - Provides a portlet to list recently
viewed tickets

DESCRIPTION
RT already got a way to see recently viewed tickets. However, it's
buried underneath three main menu levels and easy to miss.

This extension provides a simple portlet that looks no other than any
other ticket-list portlet. But it moves the ticket listing from the
mentioned main menu to a more visible and accessible location on "RT at
a glance".

No configuration required.

RT VERSION
Works with RT 4.4.2

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

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

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

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

Restart your webserver

AUTHOR
NETWAYS GmbH [email protected]

BUGS
All bugs should be reported on GitHub
.

LICENSE AND COPYRIGHT
This software is Copyright (c) 2018 by NETWAYS GmbH

This is free software, licensed under:

The GNU General Public License, Version 2, June 1991