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

Extend the /v1/project endpoint to allow filtering by the presence of project properties #2614

Open
2 tasks done
robertlagrant opened this issue Mar 22, 2023 · 0 comments
Open
2 tasks done
Labels
enhancement New feature or request good first issue Good for newcomers p2 Non-critical bugs, and features that help organizations to identify and reduce risk

Comments

@robertlagrant
Copy link

robertlagrant commented Mar 22, 2023

Current Behavior

There is no API-enabled way of doing this.

Proposed Behavior

Calling GET on /v1/project with a (repeatable) projectProperty query parameter will return project(s) logical AND filtered on those property properties.

Query parameter format: projectProperty[property1]=value1,projectProperty[property2]=value2.

Checklist

@robertlagrant robertlagrant added the enhancement New feature or request label Mar 22, 2023
@nscuro nscuro added p2 Non-critical bugs, and features that help organizations to identify and reduce risk good first issue Good for newcomers labels Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers p2 Non-critical bugs, and features that help organizations to identify and reduce risk
Projects
None yet
Development

No branches or pull requests

2 participants