Best practice

Tip of the Month

Here you will find our monthly tips to improve your OTRS, i-doit, SNAG-View and NeDi configuration. If you need support in setting up your systems or need special adaptations, then simply contact us at +49 441 390 10 10 40 or send us an e-mail, we will be happy to advise you.

More than 100 customers from all areas of business and public administration trust our software solutions and services.


[((OTRS)) Community Edition] ACL

With the help of ACLs ("Access Control Lists") ticket properties and ticket actions can be changed and restricted.

In the following example, the agents should not be able to close a ticket in the queue "Network" directly without processing, so a direct change from the status "open" to "closed" should be prevented.

To do this, the ACL is opened in the admin area under "Ticket settings":

Figure 1: ACL in the OTRS administration interface

Click on "Create new ACL" to access the configuration of the ACL. There, a name, a comment and a description are assigned in the upper area. You can also specify whether other ACLs are checked if the filter conditions listed below apply. Background: The ACLs are processed from top to bottom and later ACLs overwrite previous ACLs. It makes sense to insert a numbering when naming the ACLs.

The filter conditions are defined in the middle area. In this example the status of a ticket ("open") and the queue ("network").

In the lower area is the configuration of the value changes on the ticket. You can define which properties can be changed (or not) and whether further attributes are to be added to the ticket.

For the above example, an ACL may look like this:

Figure 2: ACL Configuration
Figure 3: Missing "Close" button

After saving, you have to click on "Put ACLs into operation" once in the overview page so that the valid ACLs take effect.

Now the "Close" button is missing in an open "Network Ticket" and the "successfully / unsuccessfully closed" status cannot be selected in the masks:

Figure 4: Status "Closed not possible"

Of course, much more complex actions can be performed with the ACLs. 

Note: If "root@localhost" is used, the ACLs do not take effect.

Go back

Own $USERX$ macros for SNAG-View 3

Additional placeholders for the path to plugins ($USERXXX$) can be integrated very easily in SNAG-View. The following steps are necessary for this:

A new <item> entry must be created in the "resource_cfg.xml".

Note: Be careful not to change or delete existing <item> entries.

Anpassen der

Example:

Beispiel $User3$

We currently ship two predefined macros: "$USER1$ and $USER2$". After the change, the macro $USER3$ is available for the path /var/lib/nagios/libexec-customer2.

The script "/usr/bin/createNagiosCfg.sh" is then executed, so that the configuration is saved and saved in the resource.cfg.

 

Read more …

By Martin Haubold

[((OTRS)) Community Edition] Postmasterfilter

With the help of the postmaster filters incoming e-mails can be processed specifically in ((OTRS)) Community Edition. One use case is ignoring automatic replies or absence notes.

In the following example configuration, the content of an automatic reply is not processed and discarded as an article.

The configuration of the postmaster filters can be found in the e-mail settings in the admin area. A new filter can be created via "Add filter".

Read more …