RT-Extension-DueButtons

Hi All,

I wrote a trivial extension to add buttons to the Dates panel in the
ticket display to quickly set the due date of the ticket to tomorrow,
next week or next month.

If anyone is interested it’s at

Daniel.

Hi All,

I wrote a trivial extension to add buttons to the Dates panel in the
ticket display to quickly set the due date of the ticket to tomorrow,
next week or next month.

If anyone is interested it’s at
GitHub - leinaddm/RT-Extension-DueButtons: RT plugin to add shortcut buttons in the ticket display page to quickly set due dates for ticket

You may be interested in using Module::Install::RTx to provide a
standard Makefile.PL that can be used to install your extension to RT.

See

for work-in-progress documentation on writing extensions; it covers the
Module::Install::RTx parts.

Thanks, I’ll look into it.

Daniel.

  • Thomas Sibley trs@bestpractical.com [01/17/2013 15:03]:> On 01/17/2013 09:49 AM, Daniel De Marco wrote:

Hi All,

I wrote a trivial extension to add buttons to the Dates panel in the
ticket display to quickly set the due date of the ticket to tomorrow,
next week or next month.

If anyone is interested it’s at
GitHub - leinaddm/RT-Extension-DueButtons: RT plugin to add shortcut buttons in the ticket display page to quickly set due dates for ticket

You may be interested in using Module::Install::RTx to provide a
standard Makefile.PL that can be used to install your extension to RT.

See
rt/docs/writing-extensions.pod at e7d1df9f7b7d7332aaa5ce8d050a9526dd3ba7af · bestpractical/rt · GitHub
for work-in-progress documentation on writing extensions; it covers the
Module::Install::RTx parts.