4

I am working on a project using YouTrack for bug reporting. I would like to be able to build a few simple reports that come in handy during a stabilization period, reports that track trends like:

  • The number of new bugs opened per day for the product (or for a feature).
  • The number of of open bugs each day with a specific tag
  • The fix rate per day

Has anybody had any success doing anything like this in YouTrack and if so where should I start looking?

Thanks for your time.

Steve Sheldon
  • 6,421
  • 3
  • 31
  • 35

1 Answers1

5

You can use built in matrix reports for first and third cases. Just make a search request to get issues you are interested in and create report. One of the axis can be created date or resolved date. The only thing is that old dates are grouped.

If it's not enough you can use YouTrack REST API to get information you need. You can start with this or this thanks to Hadi Hariri.