How can we modify an inherited or a system field description in a specific Work Item Type with API

Copper Contributor

The goal is to be able to modify the description in the WIT layout with Rest API for inherited or system field.

For exemple, the description of the field Description for a WIT Epic is different for a WIT Feature. See below :

j_hubault_3-1651044295389.png

j_hubault_4-1651044327911.png

 

Just to be clear, it’s not the global description of the field (like we can see below in the tab fields of the organization) that we want to modify but the description inside a WIT layout.

 

j_hubault_5-1651044358345.png


To clarify I used this API, [https://docs.microsoft.com/en-us/rest/api/azure/devops/processes/fields/update?view=azure-devops-res...).

The description is not modify after the script below is run.

The script :

j_hubault_0-1651052797862.png

 

The response of the request :

j_hubault_1-1651052830074.png

 

The response of the description should be “test”.

Is there an other way to edit it ?

 

0 Replies