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

Add 'Basics' to the Format Link options menu under Display Columns in Query Builder.

Add support of autocompletion for assets (with RT::Assets-SimpleSearch, therefore using RT->Config->Get('AssetSearchFields') and RT->Config->Get('DefaultCatalog')) in field "Add an asset to this ticket" of the ticket display form. Also add support of...

This PR sets a better default for FriendlyFrom as some mail filter services (like mimecast) frown on apparently-forged From headers. This makes sense as numerous MUA clients show only the...

Allow sending email between RT queues on the same RT server. This is useful for us at the Student Society in Trondheim, as we have many different RT queues, and...

This modification allows the LDAP importer to import nested groups.

Our users expect that typing `any` in simple search returns a list of all tickets; this also conforms to the inline documentation for the simple search feature. During parsing the...

This PR adds two fields to the ticket search endpoint: - **Description:** Content of the ticket first transaction; - **MergedTickets:** List of the tickets merged into the current one. Example:...

When resolving saved searches while creating dashboards from initialdata the same sql-query-object was reused. Therefore the resulting sql query accumulated limits (composed with `OR`), returning false positives to `…->First`. Consider...

When installing dependencies with `sbin/rt-test-dependencies`, by default all installed dependencies are tested. This PR does not change the default behaviour. This PR adds a flag to allow the user to...

It is commonly expected that shell utilities return with a non-zero exitcode iff there was some error. This PR makes `sbin/rt-passwd` exit with a zero exitcode iff no error was...