How I can generate report with all pull requests and their created and completed time?

Dominika Stawowa 0 Reputation points
2023-01-24T10:13:27.18+00:00

I need to generate a report with number of pull reguest, title, created time and completed time.

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,064 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ZoeHui-MSFT 41,491 Reputation points
    2023-01-25T01:48:42.0666667+00:00

    Hi @Dominika Stawowa

    If you have a view with the list of pull requests and created date or completed date, you may add another dataset in the report with sql query and then design your report.

    See: Create SSRS Report using Views

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.