-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Affects Version/s: 10.92
-
Component/s: REST API
-
1
-
Severity 1 - Critical
-
Breakers - WT2
-
No
Issue Summary
API 2.0: Filtering by ProgramID doesn't work for Teams
Steps to Reproduce
- Open any Tool that allows you to run Jira Align API 2.0 requests.
- Run one of these requests:
https://<your-JA-instance>.jiraalign.com/rest/align/api/2/features?$filter=(programId eq 1)&$skip=0OR
https://<your-JA-instance>.jiraalign.com/rest/align/api/2/epics?$filter=(programId eq 1)&$skip=0
Expected Results
The user is able to filter Features/Epics in API response by programId.
Actual Results
400 Bad Request is returned.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available.