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:
1.. autoCreate assigns team to child from parent (if project was auto-created)
2. Adding option to /v1/bom assignTeamFromParent: So child project (if created) would get parents Team assigned
3. Adding option to /v1/bom teamUuid which would assign team with specific uuid to project (if it was created)
Steps to Reproduce
POST /v1/bom and specify autoCreate
Expected Behavior
When project is autocreated, and you specify parent, newly created child should have the same Team assignment as a parent.
Current Behavior
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:
1.. autoCreate assigns team to child from parent (if project was auto-created)
2. Adding option to /v1/bom assignTeamFromParent: So child project (if created) would get parents Team assigned
3. Adding option to /v1/bom teamUuid which would assign team with specific uuid to project (if it was created)
Steps to Reproduce
Expected Behavior
When project is autocreated, and you specify parent, newly created child should have the same Team assignment as a parent.
Dependency-Track Version
4.12.0
Dependency-Track Distribution
Container Image
Database Server
PostgreSQL
Database Server Version
No response
Browser
N/A
Checklist
The text was updated successfully, but these errors were encountered: