0

We are having a big team of developers which are working on multiple project in same code base, we want to see technical debt increased or decreased by each project team. I believe at present there are no such facility in sonar , do we have any such plugin or other way to achieve this.

G. Ann - SonarSource Team
  • 22,346
  • 4
  • 40
  • 76
Priyang
  • 376
  • 2
  • 7

2 Answers2

1

The best you can do with this is to create Views of their projects.

G. Ann - SonarSource Team
  • 22,346
  • 4
  • 40
  • 76
  • Hi Ann , I want to send a report of what and who added new tech debts , and we are having a huge team and big product, so before we go to production we need to resolve all tech debts introduced at least in current release – Priyang Mar 18 '16 at 04:51
0

In 5.3 the UI is improved so that you should be able to select a particular module or sub-module and view the technical debt of that specific area of your code. As long as you have a decent degree of code ownership you should be able to break down your technical debt, somewhat manually I guess, in that manner.

Sinc
  • 553
  • 1
  • 8
  • 31
  • I want to send a report of what and who added new tech debts , and we are having a huge team and big product, so before we go to production we need to resolve all tech debts introduced at least in current release – Priyang Apr 06 '16 at 11:24