Is it possible to export pull request data in Azure DevOps?

Stef 0 Reputation points
2023-03-22T12:23:08.25+00:00

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.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,994 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sedat SALMAN 13,160 Reputation points
    2023-03-22T12:55:20.3633333+00:00

    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.

    0 comments No comments