Issue Summary
When creating Sprints via POST call towards /align/api/2/Iterations endpoint, defectAllocation is set to "1", as opposed to UI behavior where defectAllocation is set to "0".
UI-created Sprint | API-created Sprint |
---|---|
"defectAllocation": 0
|
"defectAllocation": 1
|
Steps to Reproduce
- Browse to Sprints grid
- Create a new Sprint
- Via API, create a new Sprint using the same information used in the previously created record
- Make a GET call towards each of these records
- Compare both results
Expected Results
"defectAllocation" is pulled from the Anchor Sprint if this field is not provided by user manually.
User should be able to set manually "defectAllocation" on creation/updating.
Actual Results
- API-created record comes with a value of "1"
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available.