where,
{processId} : typeId of Agile, retrieved from https://dev.azure.com/{organization}/_apis/work/processes?api-version=5.1-preview.2
{witRefName} : Microsoft.VSTS.WorkItemTypes.Bug
Response:
{
"$id": "1",
"innerException": null,
"message": "VS403115:You cannot modify form layout information for work item types Microsoft.VSTS.WorkItemTypes.Bug in process adcc42ab-9882-485e-a3ed-7678f01f66bc as these work item types are locked.",
"typeName": "Microsoft.TeamFoundation.WorkItemTracking.Server.FormLayout.FormLayoutInfoNotAvailableException, Microsoft.TeamFoundation.WorkItemTracking.Server",
"typeKey": "FormLayoutInfoNotAvailableException",
"errorCode": 0,
"eventId": 3200
}
Anyone suggest some way to retrieve the layout of the workitem.
Thanks in advance!
Screenshots:
[ I have replaced my orgname in the url with test in the screenshots ]