Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

user_id not supported in time #298

Closed
smehrbrodt opened this issue Apr 27, 2022 · 1 comment
Closed

user_id not supported in time #298

smehrbrodt opened this issue Apr 27, 2022 · 1 comment
Assignees
Labels

Comments

@smehrbrodt
Copy link

According to https://www.redmine.org/projects/redmine/wiki/Rest_TimeEntries , the property user_id is supported:

"user id to be specified in need of posting time on behalf of another user"

But python-redmine does not support this property. Please add support for this.
It's useful for importing times from another source.

maxtepkeev added a commit that referenced this issue Dec 28, 2022
@maxtepkeev maxtepkeev self-assigned this Dec 28, 2022
@maxtepkeev
Copy link
Owner

@smehrbrodt Hi, it's actually supported because we don't hardcode any param names in the code, so even if you see that there's no info in the Python-Redmine docs, but there's info in the Redmine docs - you can safely use it in Python-Redmine too most of the time. But thanks for raising this issue anyway, I've updated the Python-Redmine docs regarding user_id.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants