Reputation: 145
I'm using TFS 2017 update 1 on premises. Is there any way with TFS Aggregator to automatically modify a field value when a link (e.g. parent/child, related ecc.) is manually added to a workitem by TFS Web Interface.
Upvotes: 0
Views: 418
Reputation: 30422
You can try to identify the value changes of the field "Related Link Count"
When you add a Related work link to a work item, the field "Related Link Count" will be changed accordingly. (refname="System.RelatedLinkCount"
)
So, you can set the rules to modify a field value automatically based on the "Related Link Count" field changes.
First, try to follow the steps of installation on this website to install the plugin: https://github.com/tfsaggregator/tfsaggregator/wiki/Install
Then create the rules accordingly. Below are the samples you can reference:
More information please refer to this link: https://tfsaggregator.github.io/using/policy-examples/
Upvotes: 0