List Pull Request Work Items
az_pr_workitemsRetrieve work items linked to a pull request via the Azure DevOps REST API. Specify a PR number to get its associated work item IDs and URLs, with options to override project and repository defaults.
Instructions
以 REST API 取得 PR 關聯的 work item 清單(id 與 url)。預設 organization/project/repository 同 az_pr_show。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | 覆寫預設 project(預設 MS) | |
| prNumber | Yes | PR 編號 | |
| repository | No | 覆寫預設 repository(預設 MS-Web) |