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.user_id = 7
redmine.project_name = redmine
The above example is the minimum required to import issues from Redmine. You can also feel free to use any of the configuration options described in Common Service Configuration Options.
There are also redmine.login/redmine.password settings if your instance is behind basic auth.
Provided UDA Fields¶
Field Name | Description | Type |
---|---|---|
redmineid |
ID | Text (string) |
redminesubject |
Subject | Text (string) |
redmineurl |
URL | Text (string) |