rt icon indicating copy to clipboard operation
rt copied to clipboard

Request Tracker, an enterprise-grade issue tracking system

Results 118 rt issues
Sort by recently updated
recently updated
newest added

This change fixes the first bug discussed here: http://requesttracker.8502.n7.nabble.com/Onetime-CC-are-giving-an-internal-error-td61678.html [9625] [Thu Apr 7 12:37:48 2016] [warning]: Use of uninitialized value in split at /opt/rt4/share/html/Helpers/PreviewScrips line 81. (/opt/rt4/share/html/Helpers/PreviewScrips:81) [9625] [Thu Apr...

this minor change allows the From Address for Forwards to be passed in in args if "From" is set it is used as the mail From Address in the mail...

Adding an option to rt-serializer that lets you leave externalized data externalized when serializing. The default behaviour is to pull all externalized data in to the serialized data. If you...

I need to ignore the `Mozilla::CA` dependency; on debian `LWP::Protocol::https` [doesn't use it][1], and debian [isn't going to package `Mozilla::CA`][2]. With `RT_IGNORE_DEPENDENCIES` I can simply run ```shell export RT_IGNORE_DEPENDENCIES=Mozilla::CA ```...

`/sbin/rt-passwd` is a generated file and should be ignored.

`CleanEnv` was removed some time ago.

![clickable-attach-name](https://user-images.githubusercontent.com/101576/43960167-78d40962-9cb1-11e8-8f27-00d8ff8e9e87.png)

8862bd94d introduced a regression, seen at least when calling Ticket/Display.html?id=X&Action=YYY&Status=ZZZ. TransactionBatch scrips are triggered for Owner change (Take here) but not for Status change. All changes are wrapped inside an...

Expose the AdminCcAddresses and CcAddresses when GETing the queue details (read only)