It's important to always set the Owner on a ticket since if no one owns it, it won't get done. Some RT’s users take tickets as they come in or someone might be responsible for assigning tickets. But for a busy RT, wouldn't it be great to assign tickets automatically?
The AutomaticAssignment extension allows you to do exactly that. As you can see in the video below, this RT extension automatically sets the ticket Owner based on rules you configure. You can set a filter to define the list of possible owners and then a chooser which determines the method to use when assigning users from the pool of users. Get the extension today: (https://metacpan.org/pod/RT::Extension::AutomaticAssignment)
One default filter option allows you to set the list of potential owners to an RT group, making it easy to manage membership. The "Work Schedule" filter is a little more interesting. It allows users (or, perhaps, only their manager) to select which business hours they are available. Only users currently working when the ticket comes in are then considered for assignment.
One method for assigning tickets is the "Active Tickets" chooser, which sets the owner of the ticket to the user from the filter who has the least number of currently active tickets. The "Round Robin" chooser cycles through the available users list in sequence, giving each user a ticket as their turn comes up.
Automatic assignment is triggered by RT's scrips system, so you can activate rules per queue and select default conditions like "On Create" or define custom conditions like "On Correspond from Requestor."
As with many things in RT, the filters and choosers are designed to be extended in the future and we look forward to hearing new ideas for both.
Share this post:
Automatic Ticket Assignment with Request Tracker
RT 4.4.4 and RT 4.2.16 are now available for download. These new versions contain security updates and RT 4.4.4 contains new GDPR features and many other features and fixes.
Share this post:
RT 4.4.4 and RT 4.2.16 Released
You can use Bookmarks to easy tag Tickets for later reference.
Share this post:
Bookmarking Tickets: How and Why
RT's Lifecycle feature gives you complete flexibility to define your own statuses and workflow. However, if your Lifecycle has a large number of statuses, performing a simple search to see how many tickets are currently being worked on can involve building a large query to include each one. With ‘Active’ and ‘Inactive’ values for the Query Builder, it’s much simpler.
Share this post:
Querying Active and Inactive Tickets Made Easy
Best Practical is happy to announce a new set of releases for RT and RTIR for both the 4.4 series and also the 4.2 series. Here is a full list of new versions now available:
- RT 4.2.15
- RTIR 3.2.1 (works with RT 4.2.15)
- RT 4.4.3
- RTIR 4.0.1 (works with RT 4.4.3)
These releases include a number of updates and fixes. Here are just a few of the more notable changes:
- In the Query Builder, you can now select Active and Inactive for status and it will include all statuses that match the one you select. This can save adding a list of different statuses to see "what tickets are being worked on?"
- In RT, the Owner dropdown menu automatically converts to an autocomplete text box when it reaches 50 users. This number can now be set via the configuration option DropdownMenuLimit so you can easily update it to continue to show the dropdown with larger numbers.
- For accessibility, we added a user preference to use the previous attachment upload interface on the update page rather than the new dropzone file uploader.
- On the update page, recipient checkbox issues are fixed. Previously users would observe checkboxes for recipients below the message box getting checked or unchecked unexpectedly. This happened because the page calls back to the RT server to process any changes you make on the page and sometimes the response could conflict with boxes you may have checked. We've tried several different fixes and included the one that worked best. You'll now see the page is grayed out until the response from the server is processed so you know not to try modifying things while it's still running.
As always, you can view the full set of changes in our release notes. You can also view them on github using the details noted at the bottom of the release notes.
Instructions for updating RT and RTIR are provided in the README files for each release. Always make sure you have good database and file backups before upgrading. Contact Best Practical at sales@bestpractical.com if you need professional assistance with upgrading from any previous versions of RT or RTIR.
Share this post:
RT 4.4.3 and RTIR 4.0.1 Released
Best Practical attended the Educause Security conference in Baltimore. One of our favorite sessions was a presentation by the University of Pennsylvania about how they use RTIR and automation to manage their high volume of incidents.
Share this post:
BPS at Educause Security 2018
There are many different ways to customize RT, including designing your own completely new theme.
Share this post:
Creating Custom Themes in Request Tracker