Issue Summary
When creating Sprints via POST call towards /align/api/2/Iterations endpoint, Sprint Members are not getting populated, as opposed to UI behavior.
- Same ReleaseID, ProgramID and TeamID were used
Steps to Reproduce
- Browse to Sprints grid
- Create a new Sprint
- Notice members in the Members tab are populated
- Via API, create a new Sprint using the same information used in the previously created record
- Run a GET call or browse the Sprints grid for the newly created record
- Notice the Members tab is empty
Expected Results
- Both UI- and API-created records should behave identically
Actual Results
- API-created record is missing the member relationship
Workaround
- Manually relate members in the UI
- mentioned in
-
Page Loading...