Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PullRequestWorkItemsApi

Hierarchy

  • PullRequestWorkItemsApi

Index

Constructors

constructor

Properties

Protected basePath

basePath: string = "https://dev.azure.com/"

defaultHeaders

defaultHeaders: any

Methods

getPullRequestWorkItemRefs

  • getPullRequestWorkItemRefs(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<ArrayWrapper<ResourceRef>>
  • Retrieve a list of work items associated with a pull request.

    Parameters

    • params: object
      • apiVersion: string
      • organization: string
      • project: string
      • pullRequestId: number
      • repositoryId: string
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<ArrayWrapper<ResourceRef>>

Generated using TypeDoc