Hi all,
I want to customize the VSTS bug report: Bug Rate, and Bugs by Priority. Currently, these two reports are based on daily data. And I want to create the corresponding reports by weekly data.
Any approach to realize it
Thanks,
Leon
Hi all,
I want to customize the VSTS bug report: Bug Rate, and Bugs by Priority. Currently, these two reports are based on daily data. And I want to create the corresponding reports by weekly data.
Any approach to realize it
Thanks,
Leon
Can I customize the VSTS bug report?
Colin Walford
Hello Leon,
You can customize the reports and create a new methodology so new projects created with that methodology get those customized reports or you can customize a report in a project. This is how you would do it in a project:
1. In your application tier open http://localhost/Reports/Pages/Folder.aspx.
2. Click on the project with the report you want to customize.
3. Click on the report you want to customize, the report will open.
4. Click on the Properties tab
5. Click on the Edit link.
You now have the .rdl code for the report that you can save to this.
Now you can use Report Designer to customize the report. Documentation on Report Designer can be found here: http://msdn2.microsoft.com/en-us/library/ms155805.aspx.
Once you finish your customization repeat steps 1 through 4 above and now click on the Update link and point it to your new report.