Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Improved documentation of redmine - DB ID #195

Merged
merged 1 commit into from
Sep 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions did/plugins/redmine.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
[redmine]
type = redmine
url = https://redmine.example.com/
login = <user_id>
login = <user_db_id>
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.

"""

Expand Down