From 6b0ff701a644591cfd506d3f55e9ee027d901abb Mon Sep 17 00:00:00 2001 From: Lukas Zapletal Date: Wed, 5 Jun 2019 13:45:50 +0200 Subject: [PATCH] Improved documentation of redmine - DB ID --- did/plugins/redmine.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/did/plugins/redmine.py b/did/plugins/redmine.py index 11725988..d5d56955 100644 --- a/did/plugins/redmine.py +++ b/did/plugins/redmine.py @@ -7,13 +7,13 @@ [redmine] type = redmine url = https://redmine.example.com/ - login = + login = activity_days = 30 -Use ``login`` to set the user id in Redmine. See the :doc:`config` docs for -details on using aliases. Use ``activity_days`` to override the default 30 -days of activity paging, this has to match to the server side setting, -otherwise the plugin will miss entries. +Use ``login`` to set the database user id in Redmine (number not login name). +See the :doc:`config` docs for details on using aliases. Use ``activity_days`` +to override the default 30 days of activity paging, this has to match to the +server side setting, otherwise the plugin will miss entries. """