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=0
OR
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.
- mentioned in
-
Page Loading...
- resolves
-
ALIGNSP-9005 Loading...