API Changes for Release 3.2

In order to add new features or improve existing ones, sometimes the API needs to change. The changes between each version are outlined below.
Quick Links
Version 2.3.3 to 3.0.0 Version 3.0.0 to 3.0.1 Version 3.0.1 to 3.1.0 Version 3.1.0 to 3.1.1 Version 3.1.1 to 3.1.2 Version 3.1.2 to 3.2.0

API Documentation

Documentation Home

Version 2.3.3 to 3.0.0

ScrumWorksEndpoint
Method added: getSprintsForTeam(ProductWSO product, TeamWSO team)

Method added: getTeam(SprintWSO sprint)

Method added: getTimeZone()


» top

ProductWSO
Field removed: roiDecimalPlaces. This is now a fixed value, not a product property.

» top



Version 3.0.0 to 3.0.1

ScrumWorksEndpoint
Method added: getTeams(ProductWSO product)

» top

ProductWSO
Field removed: teams. Improve scalability of the ScrumWorks Pro server.

» top



Version 3.0.1 to 3.1.0

ScrumWorksEndpoint
Method added: createSprintWithNonWorkingDays(SprintWSO sprint, java.lang.Long[] nonWorkingDays)

Method added: getSprintNonWorkingDays(java.lang.Long sprintId)

Method added: updateSprintWithNonWorkingDays(SprintWSO sprint, java.lang.Long[] nonWorkingDays)

Method renamed: getTeams(ProductWSO) is now getTeamsForProduct(ProductWSO product)


» top



Version 3.1.0 to 3.1.1

No changes.


Version 3.1.1 to 3.1.2

No changes.


Version 3.1.2 to 3.2.0

No changes.