Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bestpractical/rt-extension-todolist
https://github.com/bestpractical/rt-extension-todolist
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bestpractical/rt-extension-todolist
- Owner: bestpractical
- Created: 2019-04-09T21:42:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T20:05:38.000Z (about 2 months ago)
- Last Synced: 2024-11-04T21:19:16.768Z (about 2 months ago)
- Language: Perl
- Homepage: http://metacpan.org/release/rt-extension-todolist
- Size: 59.6 KB
- Stars: 3
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
RT-Extension-TodoListDESCRIPTION
Add todo lists to tickets. Often a ticket will define a task that
requires several repeatable steps. For example:'Deploy new server' = (
Order server,
Find rack space,
Confirm power,
Run networking,
Assign IPs,
Autoload base OS
);Where the steps listed above will generally always be the same for the
task of deploying a new server rack. This extension make tracking these
tasks from one ticket simple by adding a todo list that can be used
repeatedly on any ticket created for the queue.RT VERSION
Works with RT 5.0
INSTALLATION
perl Makefile.PL
make
make install
May need root permissionsEdit your /opt/rt4/etc/RT_SiteConfig.pm
Add this line:Plugin('RT::Extension::TodoList');
Clear your mason cache
rm -rf /opt/rt4/var/mason_data/objRestart your webserver
CONFIGURATION
To make a custom field a todo list custom field, create a new custom
field of type "select multiple values". Once created there will be a
checkbox option to make the custom field a todo list custom field, then
you can apply the custom field by queue per usual.Each item in the list will be a todo list checkbox item and each custom
field applied to the queue as a todo list custom field will be available
to load as the tickets todo's.TodoListShowOnUpdate
By default, the TodoList will not be shown on the ticket update page. If
you want to show it, set the following in your RT_SiteConfig.pm:Set($TodoListShowOnUpdate, 1);
AUTHOR
Best Practical Solutions, LLCAll bugs should be reported via email to
[email protected]
or via the web at
http://rt.cpan.org/Public/Dist/Display.html?Name=RT-Extension-TodoList
LICENSE AND COPYRIGHT
This software is Copyright (c) 2019 by Best Practical LLCThis is free software, licensed under:
The GNU General Public License, Version 2, June 1991