Roadmap

Trackplus evolves further. The next version, planned to be released beginning of Q3 2012, sets new standards for a web based issuetracking and task management solution. An elegent user interface and superb functionality make it a pleasure to work with this software.

more

Extensions for Trackplus

Trackplus can be extended and can be integrated with other systems. Hier you have access to the existing and supported extension modules.

Integration with JasperReports and iReports

Creating reports in Trackplus is being accomplished by the most popular open source reporting software, JasperReports. With this template based reporting engine you can basically create reports in any format and appearance. Learn more here on how to create your own reports in Trackplus and JasperReports.

Integration with Subversion

Subversion is one of the most used source code versioning systems in the software development community. You can connect Trackplus with Subversion repositories. The Subversion Connector required you can obtain here.

Integration with Maven

Apache Maven is a widely used build system in software development. With the Maven-Trackplus integration you can automatically create release notes that document for each release which issues have been fixed and which features have been implemented. You can get the Maven extension for Trackplus here.

Integration with Hudson and Jenkins Continuous Build Systemen

Hudson and Jenkins are popular continuous build systems. They are being used in software development to automatically and regularly build and test software packages. Here you can get the Hudson/Jenkins Plugin for Trackplus. This permits you to bidirectionally connect Trackplus to a Hudson/Jenkins continous build system.

Integration with Eclipse IDE

Eclipse is a popular integrated development environment for software developers. With the Eclipse Mylyn plugins you can work with Trackplus directly from within Eclipse, you can associate contexts with issues and this way switch directly to a certain context when selecting the corresponding issue. Cool!

Extending Trackplus yourself

Webservice interface

You can connect Trackplus with other systems using the webservice interface. For example, you can automatically create issues from your existing systems, or change existing issues. You create your own Trackplus extensions via a programmatic interface from almost any programming language.

With Trackplus you get libraries for Java and .NET, that make it particularly easy to work with the Trackplus webservice interface. More information regarding the webservice interface you can get here.

Creating new cockpit views

Trackplus has a powerful cockpit with a variety of views. You can create your own views to display the data you need in a way that suits your particular requirements.

There is a cockpit developers kit that helps you developing your own cockpit views. More information on how to create your own cockpit views you can get here.

Creating report data sources

Trackplus uses JasperReports to create reports. JasperReports does not directly access the database, but uses special data sources in between. Trackplus already comes with a number of data sources, but complex and special reports might require new data sources.

Data sources are being programmed in Java. More information on how to create your own data sources you can get here.