This contains all the fields required of any work item in a visual studio project and helps add/rename the fields of the selected work item.
vsts_get_workitem_fields(
System.Title,
System.Description,
System.TeamProject,
System.AreaPath,
System.IterationPath,
Microsoft.VSTS.Common.Priority,
...
)
[character] title of the Azure DevOps work item
[character] description of the Azure DevOps work item
[character] name of the Azure DevOps project
[character] path of the Azure DevOps work item
[character] name of the Azure DevOps iteration path
[integer] priority of the work item - 1 to 4
other fields that might have been missed out originally
For more information about work item fields API calls check https://docs.microsoft.com/en-us/rest/api/azure/devops/wit/Fields.