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

FoD: Update logic for setting owner field values when none are supplied #680

Open
kadraman opened this issue Feb 7, 2025 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@kadraman
Copy link
Collaborator

kadraman commented Feb 7, 2025

Enhancement Request

With the FoD 25.1 release the ownerId is now an optional parameter for the following endpoints.

  • POST /api/v3/applications
  • PUT /api/v3/releases/{released}

If a value is not provided, the value is set to the Security Lead , alphabetically sorted by last name.
With this new logic we can updated fod app create for example to make owner field optional and thus allow the github-action to not require this field as well.

@kadraman kadraman added the enhancement New feature or request label Feb 7, 2025
@kadraman kadraman self-assigned this Feb 7, 2025
@kadraman
Copy link
Collaborator Author

kadraman commented Mar 4, 2025

Implemented as part of #686.

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

No branches or pull requests

1 participant