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
At the moment when we use POST /v1/bom and specify autoCreate, child project is automatically created (if it doesn't exist), but that child doesn't get assigned team from parent.
There are several solutions how this could be fixed:
autoCreate assigns team to child from parent (if project was auto-created)
Adding option to /v1/bom assignTeamFromParent: So child project (if created) would get parents Team assigned
Adding option to /v1/bom teamUuid which would assign team with specific uuid to project (if it was created)
Kind regards,
Andy
The text was updated successfully, but these errors were encountered:
At the moment when we use POST /v1/bom and specify autoCreate, child project is automatically created (if it doesn't exist), but that child doesn't get assigned team from parent.
There are several solutions how this could be fixed:
Kind regards,
Andy
The text was updated successfully, but these errors were encountered: