-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: None
-
Component/s: REST API
-
Severity 3 - Minor
-
No
Issue Summary
When adding a select filter to customFields/teams endpoint, the results will return null for several fields that are confirmed to have non-null values
Steps to Reproduce
- Create a default mapping for a team
- Run a GET against the endpoint /rest/align/api/2/Connectors/1/customFields/teams
- Note that the team has a Jira Team Value and may have a Project Key
- Add a $select filter to the GET /rest/align/api/2/Connectors/1/customFields/teams?$select=id,jiraTeamValue,projectKey,teamId
- Notice that the jiraTeamValue and projectKey fields are null compared to the unfiltered results
Expected Results
$select filter in API returns the same result values as the unfiltered version
Actual Results
$select filter is returning null for what should be populated fields
Workaround
Do not apply a $select filter to this endpoint
- is connected to
-
JAIAC-6842 Loading...
- is related to
-
ALIGNSP-28878 Loading...