Method added: getSprintsForTeam(ProductWSO product, TeamWSO team)
Method added: getTeam(SprintWSO sprint)
Method added: getTimeZone()
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)
Method changed: createRelease uses ReleaseWSO.productId to determine where to create the Release.
Method added: getVersion So the version number of the ScrumWorks Pro server can be determined programatically.
Field added: archived. Used to archive and restore releases. The last visible release cannot be archived. BacklogItems cannot be moved to archived releases. Archived releases cannot be modified except to restore them.
Field added: productId. The ID of the Product the Release belongs to.
Field added: programId. The ID of the Program the Release belongs to. For now, set this value to NULL. This version of the API does not support Releases belonging to Programs.
Field added: description. The description for a Release belonging to a Program. For now, set this value to NULL. This version of the API does not support creation of a Release belonging to a Program.
Field removed: rank. To rank a Release use moveReleaseAfter or moveReleaseBefore .
Method added: getTaskById
Method added: getImpedimentById
Method added: getTaskStatuses
Method added: getProductByName
Method deleted: getBacklogItemsForTheme - This method is replaced by getActiveBacklogItemsForTheme
Method modified: getActiveBacklogItemsForTheme. gets the active Backlog Items associated with the Product or Program Theme.
Method added: getActiveBacklogItemsForThemeInProduct.
Method added: getActiveBacklogItemsForReleaseInProduct
Method modified: getThemes The method now returns all the Product Themes and Program Themes in the Product. However, you should now use the new getThemesForProduct() method which does the same thing.
Method added: getThemesForProduct Replaces getThemes, which is still retained for backwards compatibility.
Method modified: createTheme This method may now be used to create program themes.
Method modified: deleteTheme This method may now be used to delete program themes.
Method modified: renameTheme This method may now be used to rename program themes.
Method modified: moveBacklogItemsIntoRelease Moves backlog items into a product or a program release in a product. Added parameter to specify the product which the release is in. Old functionality is retained by using moveBacklogItemsIntoProductRelease.
Method added: moveBacklogItemsIntoProductRelease
Method modified: createRelease This method may now be used to create program releases.
Method added: moveReleaseBeforeInProduct
Method added: moveReleaseAfterInProduct
Method added: getPrograms
Method added: getProgramById
Method added: getReleasesForProgram
Method added: getThemesForProgram
Method added: getEpicsForRelease
Method added: getEpicsForReleaseInProduct
Method added: getProductEpicsForProgramEpic
Method added: getUncategorizedBudgetsForRelease
Method added: getUncategorizedBudgetForReleaseInProduct
Class added.
Purpose: Represents Programs.
Fields:
Class added.
Purpose: Represents Epics.
Fields:
Field added: productId. The ID of the Product the Backlog Item belongs to.
Field removed: programThemes. Themes have been consolidated into one field.
Constructor removed: The constructor that took both ThemeWSO and ProgramThemeWSO arrays has been removed. Add any themes for the Backlog Item to the single parameter in the remaining constructor.
Class added.
Purpose: Represents Uncategorized Budgets.
Fields:
Class added.
Purpose: Represents Budgets.
Fields:
null for unestimated.
Class added.
Purpose: Represents comments which may be added to tasks or backlog items.
Fields:
Methods added: