Summary
The Redmine plugin imports work items from Redmine and Easy Redmine server into HCL Accelerate.
Compatibility
This plugin is compatible with HCL Accelerate version 2.4.4 or later.
History
The following table describes the changes made in each plugin version.
Plugin history details
Version |
Description |
1.0.21 |
Clarifying delimitation problem for properties used. ( Example: Comma separated list ) |
1.0.9 |
Auto generated user Access Key Related Changes. |
1.0.2 |
Initial Release |
Usage
To use the Redmine plugin, the plugin must be loaded and an instance created before you can configure the plugin integration. You define configuration properties in the user interface.
Integration type
The Redmine plugin supports scheduled events integration which is listed in the following table.
Scheduled events
Name |
Description |
syncRedmineIssue |
Queries the Redmine and Easy Redmine server for issues in a project. |
Integration
Use the user interface to integrate the plugin.
- From the Plugins page, click Settings > Integrations > Plugins.
- Under the Action column for the plugin, click Add Integration.
- On the Add Integration page enter the values for the fields used to configure the integration and define communication.
- Click Save.
See Configuration properties topic for the properties used to define the integration.
Minimum permission to integrate with Redmine
An access token is required to connect to the Redmine or Easy Redmine server. To generate the access token the Enable REST web service setting must be enabled. To enable in the Redmine or Easy Redmine user interface, click Administration > Settings >Authentication.

Configuration Properties
The following tables describe the properties used to configure the integration.
- The General Configuration Properties table describes configuration properties used by all plugin integrations.
- The Redmine Configuration Properties table describes the configuration properties that define the connection and communications with the Redmine server.
Some properties might not be displayed in the user interface, to see all properties enable the Show Hidden Properties field.
General Configuration properties
Name |
Description |
Required |
Property Name |
NA |
The version of the plugin that you want to use. To view available versions, click the Version History tab. If a value is not specified, the latest version is used. |
No |
image |
Integration Name |
An assigned name to the value stream. |
Yes |
name |
Logging Level |
The level of Log4j messages to display in the log file. Valid values are: all, debug, info, warn, error, fatal, off, and trace. |
No |
loggingLevel |
NA |
List of configuration properties used to connect and communicate with the Redmine server. Enclose the properties within braces. |
Yes |
properties |
|
The name of the tenant. |
Yes |
tenant_id |
NA |
Unique identifier assigned to the plugin. The value for the Redmine plugin is ucv-ext-redmine . |
Yes |
type |
HCL Accelerate User Access Key |
The auto-generated User Access Key that the containerized plugin will use to communicate with HCL Accelerate (support starts with plugin v2.0.30 or later). |
Yes |
ucvAccessKey |
Redmine Properties
Name |
Type |
Description |
Required |
URL |
String |
The URL of the Redmine server. |
Yes |
API Key |
String |
The Redmine server access token. For more information, see the Redmine documentation. |
Yes |
Project IDs |
Array |
Comma seperated list of Redmine project IDs for which to import the source data. |
Yes |
Proxy Server |
String |
The URL of the proxy server including the port number. |
No |
Proxy User Name |
String |
The user name used to authenticate with the proxy server. |
No |
Proxy Password |
String |
The password used to authenticate with the proxy server. |
No |