TC Tracker Tools and Addins
TC Tracker supports the concept of addins and, through the API, external tools that can access the Tracker repository.
The links below allow you to download addins that either we have developed ourselves, or have been developed by third
parties. In many cases, source code is included.
In order to compile any of these tools and addins, you will first need to download the Tracker API documentation and
source code. The source code is written in Delphi and basically wraps the exported functions of the API in an easy-to-use
set of Pascal functions.
The available tools have been broken down into the following sections:
Where source code is available this will be indicated.
Triggers: Server Side
Server-side Triggers are fired after actions such as changes in fields, and the creation and deletion of Issues, occur
and allow the logging of events. In addition, server-side addins have the ability to update other Issue fields and to
disallow certain actions.
| Server Side Triggers |
| Description |
Supplier |
Status |
Source |
Size |
Download |
| Email Issues - Basic addin that will optionally Email an XML copy of the
Issue when the Issue is assigned to a user or first created. Illustrates the major functionality of server-side addins. |
QSC |
Free |
Delphi |
79 KB |
Download |
[Top]
General Tools
In addition to allowing the creation of Triggers, TC Tracker also has a comprehensive API to allow you to integrate Tracker
with your own tools, or to create additional client-side tools. For more information on the API,
download the TC Tracker API.
| General Tools |
| Description |
Supplier |
Status |
Source |
Size |
Download |
| Work in progress... |
|
|
|
|
|
[Top]