I have a query of work items and include custom field (tried with boolean field and with string Picklist). Query results does not display the value of these fields .
My process is hosted XML on Azure DevOps services
XML of field
<FIELD name="X meeting completed" refname="X.Xmeetingcompleted" type="Boolean" reportable="dimension">
<HELPTEXT>System Validation is Needed</HELPTEXT>
</FIELD>
<Control FieldName="X.Xmeetingcompleted" Type="FieldControl" Label="X meeting completed" LabelPosition="Left" />
<Control Label="X meeting completed" Type="FieldControl" FieldName="X.Xmeetingcompleted" />
Query
Result
Field value
I have tried adding the field to the query and recreating the field. Recreated the query - without any success.