Reputation: 754
Im trying to find a way to let any new created child workitem, inherit the Tags value from its parent in Azure Devops.
I've searched and found that there is a way to Create a Rule from the Process template. but I cant find the Tags value.
Anyone have tried to do this before ?
Thank you
Upvotes: 2
Views: 3627
Reputation: 51083
We do not have any build-in feature or rule to achieve this.
There has been a similar feature request which raised by others. You can vote and comment for this suggestion. When there are enough communities vote and added comments for this feedback, the product team member will take this feedback seriously.
Also, as a workaround, you could use some 3rd-party tool such as TFS Aggregator (Web Service) to achieve what you want. You can set and configure apply certain rules (such as copying fields from a parent item to a child item). And it will trigger after a work item is created or saved.
Upvotes: 1