How I can identify the amount of bugs of each program and for each programmer? what i need to do en phabricator for it, any suggestions, someone has already done ?
thanks
How I can identify the amount of bugs of each program and for each programmer? what i need to do en phabricator for it, any suggestions, someone has already done ?
thanks
Use advanced search. For example, here's a search on this instance for all open tasks grouped by assignee - https://secure.phabricator.com/maniphest/query/w3OotYN2aD7S/#R
Using this search you can "identify the amount of bugs for each programmer."
In terms of "for each program", the assumption is that tasks have corresponding projects that represent the program. You could then use a similar search and group by project to get the per program count.
Hope that helps! I recommend checking out Phabricator on irc.freenode.org if you have additional questions like this; the community is pretty good at helping with this sort of thing and its probably a better place than where we track software defects and plans. =D
Thank you very much for the information. Regarding identify defects per program is because it has a core and need to identify how many such defects have been detected in a program, but may be different programming tasks that have been implemented by different programmers.
greetings