The Wayback Machine - https://web.archive.org/web/20210801132731/https://github.com/topics/azure-devops-extension
Skip to content
#

azure-devops-extension

Here are 86 public repositories matching this topic...

ghost
ghost commented Nov 23, 2020

I try migrate rule from the old Aggregator plugin. This rule aggregate effort from children to parent.

When a item has children, the effort fields is read only by custom Hosted XML process rule (fields["MyOrg.HasChildren"] == "true").

The Aggregator rule is 3 step

  1. Set the field "MyOrg.HasChildren" to empty
  2. Set effort value
  3. Set the field "MyOrg.HasChildren" to true

This is the

Improve this page

Add a description, image, and links to the azure-devops-extension topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the azure-devops-extension topic, visit your repo's landing page and select "manage topics."

Learn more