TFS Reporting Fields

I have a question about TFS reporting. Here is the situation. In some reports, I want to include the Release Notes field. This field is registered in HTML and cannot be configured for reporting, as far as I know.

I can copy information from an HTML field to a string field. Lines are subject to reporting. However, they are only 256 characters.

So, given these conditions, how to get the data in the HTML field "rel notes notes", in order to finally be reporting.

I searched everywhere and cannot find any good solutions.

Thank you for your attention.

+4
source share
1 answer

You can use reportable = detail to display them in stock. They will not be in the cube, but you can at least report them.

0
source

Source: https://habr.com/ru/post/1416415/


All Articles