Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When using API for bom upload, autoCreate ignores Team of parent #93

Open
andyrozman opened this issue Oct 31, 2024 · 0 comments
Open

Comments

@andyrozman
Copy link

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)

Kind regards,
Andy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant