On the User Story object (aka Hierarchical Requirement), we've added a custom field for our technical writer to capture customer facing release notes. We'd like to create a page with a Custom Grid that shows which stories have release notes and which ones are still require them by checking if the release notes text field is blank.
According to the General Query Examples (
https://help.rallydev.com/grid-queries?basehost=https://rally1.rallydev.com) document, I should be able to do this using a filter like:
(c_ReleaseNotes = "")
This query, however, always results in the custom grid returning no records, even when the release notes field is cleared out manually. I've tried the suggested syntax on another text field, the Notes field, and it appears to work as intended.
Is there a unique syntax for checking if a field is blank for custom fields vs. the Rally default fields?