Redmine

You can import tasks from your Redmine instance using the redmine service name.

Only first 100 issues are imported at the moment.

Example Service

Here’s an example of a Redmine target:

[my_issue_tracker]
service = redmine
redmine.url = http://redmine.example.org/
redmine.key = c0c4c014cafebabe
redmine.issue_limit = 100
[my_issue_tracker]
service = "redmine"
url = "http://redmine.example.org/"
key = "c0c4c014cafebabe"
issue_limit = 100

You can also feel free to use any of the configuration options described in Common Service Configuration Options.

There are also login/password settings if your instance is behind basic auth.

If you want to ignore verifying the SSL certificate, set:

redmine.verify_ssl = False
verify_ssl = false

Specify the parameters to filter issues

If you want a finer control over the filtering of issues, you may combine only_if_assigned and issue_limit with the query setting:

redmine.query = project_id=10&status_id=15
query = "project_id=10&status_id=15"

Note that no & or ? character is needed at the beginning of the setting value.

You may find documentation about the redmine issue api on this page:

Provided UDA Fields

Field Name

Description

Type

redmineassignedto

Redmine Assigned To

Text (string)

redmineauthor

Redmine Author

Text (string)

redminecategory

Redmine Category

Text (string)

redminecreatedon

Redmine Created On

Date & Time (date)

redminedescription

Redmine Description

Text (string)

redmineduedate

Redmine Due Date

Date & Time (date)

redmineestimatedhours

Redmine Estimated Hours

duration

redmineid

Redmine ID

Number (numeric)

redmineprojectname

Redmine Project

Text (string)

redminespenthours

Redmine Spent Hours

duration

redminestartdate

Redmine Start Date

Date & Time (date)

redminestatus

Redmine Status

Text (string)

redminesubject

Redmine Subject

Text (string)

redminetracker

Redmine Tracker

Text (string)

redmineupdatedon

Redmine Updated On

Date & Time (date)

redmineurl

Redmine URL

Text (string)