-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: REST API
-
None
-
1
-
3
Jira Rest Endpoint "/rest/api/2/project" should have an option to add query parameter "components" to filter out projects based on components.
- Currently there is no REST method available at the moment that does projects filtering based on "projectCategory".
- We need to call /rest/api/2/project and then iterate returned projects checking if there is projectCategory for the current project and comparing projectCategory name or ID.
- In order to overcome the above scenario and provide ability to search(filter) projects using "projectCategory", we should include an option in the rest endpoint to include this as query parameter.
This will help larger organisations who work on segregating projects based on category.