vsts_get_workitem_fields {vstsr} | R Documentation |
Azure DevOps Work Item Fields
Description
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.
Usage
vsts_get_workitem_fields(
System.Title,
System.Description,
System.TeamProject,
System.AreaPath,
System.IterationPath,
Microsoft.VSTS.Common.Priority,
...
)
Arguments
System.Title |
[character] title of the Azure DevOps work item |
System.Description |
[character] description of the Azure DevOps work item |
System.TeamProject |
[character] name of the Azure DevOps project |
System.AreaPath |
[character] path of the Azure DevOps work item |
System.IterationPath |
[character] name of the Azure DevOps iteration path |
Microsoft.VSTS.Common.Priority |
[integer] priority of the work item - 1 to 4 |
... |
other fields that might have been missed out originally |
Details
For more information about work item fields API calls check https://docs.microsoft.com/en-us/rest/api/azure/devops/wit/Fields.
[Package vstsr version 1.1.0 Index]