Autotask tile
- Overview
- Requirements
- Configure Autotask for a single workspace tenant
- Configure one Autotask for all workspaces on an instance
Overview
Autotask is an integrated IT business management solution, that enables you to track IT tickets and projects and which supports the IT services within your company. Organisations can use Autotask to provide internal IT support, and Managed Service Providers to provide support to their customers.
With this live-tile you can show the tickets of the currently signed in user.
Requirements
Autotask URL
This is the URL where your Autotask is available on.
In our case the Autotask webservices URL is https://webservices2.autotask.net/atservices/1.6/atws.asmx.
Username
This is the Username from your Autotask. This can be a newly created account in Autotask.
Password
As last you need to have a password for this account.
Tracking identifier
Tracking Identifier can be found in the Security tab of the Resource Management page when you select an API User security level.
Configure Autotask for a single workspace tenant
- Go to the Settings
- Go to Integrations
- Click on Autotask Connections
- Click New
It is also possible to configure the Autotask connections during the editing of the Autotask application. By clicking on the Add button next to connections.
In this config there are 5 values you need to set:
- Name
- Autotask url
- Username
- Password
- Tracking identifier
Configure one Autotask for all workspaces on an instance
This configuration is only possible on instance level. With this Configurations you can only configure one Autotask for all workspaces.
<add name="Autotask" connectionString="Address={{Autotask url}};Username={{Username}};Password={{Password}};TrackingIdentifier={{Tracking Identifier}}"/>
In this config there are three variables you need to set:
- {{Autotask url}}
- {{Username}}
- {{Password}}
- {{Tracking Identifier}}
You need to set these to your own Autotask configuration.
Example:
<add name="Autotask" connectionString="Address=https://autotask.info.com;Username=AutotaskUser;Password=123abc;TrackingIdentifier=ABCDEFG1234567890"/>