Tracker
New endpoints
GET /v3/trackers/{trackerId}/baselines - Getting all baselines defined for a tracker.
Endpoint changes
GET /v3/trackers/{trackerId}/outline- Bug fixes and performance optimizations were made in the following form:
A new, optional resultDepthFilter parameter were introduced which enables query optimization via defining the depth of the returned outline.
To be able to decide if an item has more children in the outline, we have introduced a new hasChildren boolean property in the OutlineItem model.
Using these two new attributes you are able to implement a level-by-level discovery on the tracker outline. You can initially return the first level of items and then only expand on specific children using the already existing parentItemId parameter.
* 
Swagger API changes starting with Codebeamer 20.11-SP3.
When a field has default value and user has not permission to write this field, during a Swagger Work Item modification request Codebeamer will set the field value to default when field value was null in Swagger request.
Was this helpful?