Search code examples
tfsazure-devopsvssdkazure-devops-rest-api

VSTS/TFS Extension - Reflect changes in Grid/Board without refreshing entire page


I've written an extension for VSTS/TFS which adds a context menu for creating child work items. The creation of the work items works well, but the change is not reflected in the Grid/Board until I perform a Refresh of the entire page.

Is there a way to refresh just the affected work items (somewhat similar to the refresh performed by the '+' menu item)?


Solution

  • As far as I know this is currently not possible.

    I struggled with that question for quite some time before I gave up and just told my users to hit F5 after creating the new work items. The NavigationService is the best alternative i know of.