-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Feature request: set time tracking value for other user #8559
Comments
I think that issue track time should be counted as assignees' not the current user if assignees has been set. |
I agree, but as there can be multiple assignees on an issue we would still need an additional field to choose which assignee we need to track time of. |
@camdarley I'll work on the times API endpoints at #9200 if you have suggestions .., let me know :) |
Hi @6543, sorry for my late response. |
Or even simpler: add a POST option to |
@camdarley it is already in #9200 (as optional parameter in the body of reqest) more info: here |
Or just use Sudo? |
sudo can only use the admin but the optinal parameter allow allow also repoOwners to set ... thoungt this is a good way to go ... -> but yes sudo API prevent us from adding mouch code usw ... |
Description
Sometimes, as a project manager, I have to manually set the amount of time my developers spent on a feature.
Currently, if I add time tracking to an issue, the tracked time is set on my own user.
Would be great to be able to add a time amount for another user.
Could be either through the API: add optional user_id in the POST request when adding times to issues, or in the UI, having a user field in the time tracking popup, or both
Only repo administrator and owner could be able to set another user.
Regards.
The text was updated successfully, but these errors were encountered: