Hierarchy (View Summary)

Implements

Constructors

Properties

baseUrl: string
http: HttpClient
rest: RestClient
userAgent: string
vsoClient: VsoClient
RESOURCE_AREA_ID: "5264459e-e5e0-4bd8-b118-0985e68a4ec5"

Methods

  • Moves a control to a specified group.

    Parameters

    • control: Control

      The control.

    • processId: string

      The ID of the process.

    • witRefName: string

      The reference name of the work item type.

    • groupId: string

      The ID of the group to move the control to.

    • controlId: string

      The ID of the control.

    • OptionalremoveFromGroupId: string

      The group ID to remove the control from.

    Returns Promise<Control>

  • Moves a group to a different page and section.

    Parameters

    • group: Group

      The updated group.

    • processId: string

      The ID of the process.

    • witRefName: string

      The reference name of the work item type.

    • pageId: string

      The ID of the page the group is in.

    • sectionId: string

      The ID of the section the group is i.n

    • groupId: string

      The ID of the group.

    • removeFromPageId: string

      ID of the page to remove the group from.

    • removeFromSectionId: string

      ID of the section to remove the group from.

    Returns Promise<Group>

  • Moves a group to a different section.

    Parameters

    • group: Group

      The updated group.

    • processId: string

      The ID of the process.

    • witRefName: string

      The reference name of the work item type.

    • pageId: string

      The ID of the page the group is in.

    • sectionId: string

      The ID of the section the group is in.

    • groupId: string

      The ID of the group.

    • removeFromSectionId: string

      ID of the section to remove the group from.

    Returns Promise<Group>

  • Removes a group from the work item form.

    Parameters

    • processId: string

      The ID of the process

    • witRefName: string

      The reference name of the work item type

    • pageId: string

      The ID of the page the group is in

    • sectionId: string

      The ID of the section to the group is in

    • groupId: string

      The ID of the group

    Returns Promise<void>

  • Updates a group in the work item form.

    Parameters

    • group: Group

      The updated group.

    • processId: string

      The ID of the process.

    • witRefName: string

      The reference name of the work item type.

    • pageId: string

      The ID of the page the group is in.

    • sectionId: string

      The ID of the section the group is in.

    • groupId: string

      The ID of the group.

    Returns Promise<Group>