Can anyone pls help me to get the count of defects for affects versions in 2 columns(Ongoing releases column and Backlog column).
For example, consider if we have releases name containing 10.2.1 & 10.3 as affects versions in all projects to be grouped as Defects in Ongoing Release. And Rest all versions to be grouped as defects in Backlog.
Check the version names and select the correct hierarchy!
For Backlog, you may want to check if “the rest of the versions” are indeed correct; probably, there are some older versions that should not be counted.
If it is ok, then create one more calculated member in Affects Versions and use the function Except() to exclude ongoing versions from all list of versions:
(there is used the (1) calculation as the exception; you may use the filtered set from (2) as well).
Finally, put the report together: use dimension you need in rows and those two calculated members together with measure Issues created in columns. In Pages, add Issue Type dimension and select value Bug.