Skip to content

Hints and tricks

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.

Clone this wiki locally