Azure DevOps does not have a built-in feature to export pull request data to a PDF or other offline formats directly. However, you can use the Azure DevOps REST API to retrieve the pull request data and then create a script to export that data into the desired format, such as a PDF file.
Is it possible to export pull request data in Azure DevOps?
Stef
0
Reputation points
In Azure DevOps, what is the best way to export pull request data to an offline format? I would like to have an exported document (e.g. PDF file) that contains the changes, comments, reviewers and approvals of the pull request. To be used for archiving in a regulated (medical) product development.