vsts_get_workitem_fields: Azure DevOps Work Item Fields

View source: R/workitem.R

vsts_get_workitem_fieldsR 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.


ashbaldry/vstsr documentation built on Aug. 24, 2023, 12:11 a.m.