You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2024. It is now read-only.
Michael M edited this page Apr 10, 2018
·
2 revisions
Assign or unassign a user to a task
the command ace tasks:assign <taskid> <userid> can be used to assign a user to a specific task. The userid is the number of the user in aceproject. You can use ace users to get a list of all users with according ids.
Instead a number you can also use a partial string of the user, e.g. first name or a part of the email. Warning: if the search returns more than one users for the string, you wont be able to assign / unassign the task. You must use a unique part of the name.