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 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 in

    • 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>