NEW Extension RT::Extension::CopySubjectButton

Hi all,

I developed an extension that adds a new button with the label “Copy”. After clicking the button, the subject of the ticket is copied to your clipboard correctly formatted so taht it can be used in a mail reply from your favorite mail client.

Below is a short demonstration of the functionality :

CopySubjectButtonDemo

Tested with RT 5.0.2

Extension Repos :
GitHub - averkios/RT-Extension-CopySubjectButton: Adds a button next to the subject header, of a ticket, that copies the subject in proper format to reply using a mail client. Just paste it in the subject line of your mail reply.
RT::Extension::CopySubjectButton - Button that copies the subject in proper format for mail client reply - metacpan.org

2 Likes

Hey,

This certainly looks interesting. A suggestion is to perhaps make it an option to make it a mailto link where the subject is set to the correct format and the recipient is RT, so that the email correspondence is correctly recorded. i.e:

<a href="mailto:rt-comment@example.com?subject=[RT ID] my ticket">Send Email</a>

Hi,

I have already implemented that, on my previous extension :

1 Like