Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Ticket Sharing

...

HostBill is compliant with NetworkedHelpdesk guidelines – an initiative that allows you to connect multiple communication streams together to provide great customer experience. You can now connect multiple HostBill installations to work with other brands or branches in your company on support issues. You can also outsource your support easily to other companies – share your tickets! Ticket sharing feature gives you the opportunity for:

  • Connecting one or more HostBills to work on your tickets
  • Creating training environment easily, without giving access to main brand data to new employees
  • Connecting other helpdesks in your company
  • Being secure – shared ticket notifications are sent by HostBill master – source for ticket share
  • Easy sharing – with just click More actions → Share with #your_tag_name
  • Easy aggregating – shared tickets are marked by ticket tag. Remove tag = remove share

Ticket Sharing requirements

...

System requirements

Code Block
languagetext
Server capable of handling PUT requests (eg. Apache)
Enabled htaccess
Enabled mod_rewrite module

.htaccess file

This file should be located in sharing/ directory in your Hostbill root directory

...

to the location on your server eg., for example:

Code Block
languagetext
 www.hostbill.com/billing/sharing/
 RewriteBase /billing/sharing/

Enabling htaccess

...

 

If htaccess is not enabled , and you have access to your server configuration files, edit your httpd.conf and change AllowOverride directive to All, you . You can find it under one of yours Directory tags

...