get_pr_author
Retrieve the display name, GUID, and email of the user who created a pull request in Azure DevOps using its URL or ID.
Instructions
Get the identity of a PR's creator.
Returns the display name, GUID, and email of the user who created the pull request.
Args: pr_url_or_id: A full PR URL or numeric PR ID. working_directory: Optional path for context resolution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pr_url_or_id | Yes | ||
| working_directory | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |