-
Notifications
You must be signed in to change notification settings - Fork 29
Only one user per project #51
Copy link
Copy link
Open
Description
Dear Team,
if i try to add a project with more then one user, only the last user is added to the project.
Example:
Post request:
{'name': 'Testofffer 11', 'billable': True, 'client_id': '627795', 'users': [153071, 143143, 143149, 143152, 170937], 'managers': [143152], 'price': '14.00', 'flat_billing': True, 'adjustable_hours': True}
only the user 170937 and the maneger is added to the project. All other users are ignored.
How can i add more then one user to a new project?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels