In Azure Devops, using Customize option, you can add/modify fields except the Title, State, Reason, Area, Iteration Path. Is there a way I can modify a custom work item type to remove these fields as well?
0
votes
How about the issue? Does the answer below resolved your question? Feel free to let me know if the answer could give you some help.
– Walter
Hi @WalterQian-MSFT, will try this and get back to you.
– Ashutosh
Not get your response for several days, would you please share your latest information about this issue?
– Walter
2 Answers
0
votes
0
votes
Is there a way I can modify a custom work item type to remove these fields as well?
System controls like Area Path, Iteration Path and Reason can be hidden from work item form using Rest API. In additon to hide them, lables to these controls can also be edited. You can not hide Title and State. Here are the steps:
-
Get https://dev.azure.com/{Organization} /_apis/work/processes?api-version=6.0-preview.1
Request Body:
{
"visible": false
}