Chapter 17. Issue Domain

The issue domain is the tool domain for all issue tracking tools, like Jira, Trac or Mantis.

17.1. Description

The issue Domain provides the possibility to create, update, delete and comment issues.

17.2. Functional Interface

Link to the Java Domain Interface on Github. This interface also contains information about events raised by this domain.

17.3. Connectors

17.3.1. Trac Connector

The Trac Connector is a issue tool connector for the Trac project management and issue tracker system.

17.3.1.1. External Tool Configuration

The external Trac tool has to be accessible via XmlRpc. For this purpose the XmlRpcPlugin has to be installed (see http://trac.edgewall.org/wiki/PluginList).

17.3.2. Jira Connector

The Jira Connector is an issue connector for the Jira issue and project tracking system.

17.3.2.1. External Tool Configuration

The Jira connector should work with a default Jira installation. However, make sure that the RPC plugin is enabled as described in the Jira XML-RPC Overview.