I'm trying to create a new custom report in Rally.
On the feature there is an attribute called "Impacted Areas" which I have defined this attribute within the report query, however it does not produce results.
Can you please provide guidance on how to construct a report with this attribute?
Release : 2018
Component : AGILE CENTRAL
In the report query try adding the full WSAPI field name like "feature.c_ImpactedAreas" (and not the display name of the attribute or "Impacted Areas"), test the report to see if this works.
Custom List - The Custom List app has full WSAPI 2.0 support. This means full support for objects such as Milestones. However, this also means that you cannot just use the display name for custom fields. The full WSAPI field name must be used. For example, c_customfieldname should be used instead of customfieldname. A query will fail if the full WSAPI field name is not used.