0

I am trying to add a textbox through the extension to VSTS. I need to know How to add a textbox using an extension to a work item in VSTS?

Community
  • 1
  • 1
NAB
  • 7
  • 2

2 Answers2

1

Refer to the sample below to custom work item control: vsts-extension-multivalue-control

starian chen-MSFT
  • 33,174
  • 2
  • 29
  • 53
0

Process to add new field/text box to workItem explained here

  1. Select a Work item and click on Action tab/menu and choose Customize OptionCustomize option

  2. If the team project already uses an inherited process, then the Layout page for the corresponding WorkItem will open. Select New Field in Layout tab enter image description here

  3. Provide New Field details [Name & type] as per your requirement. enter image description here

Shalem
  • 1,446
  • 2
  • 22
  • 47