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. """