I am trying to filter assets objects by a single-select custom field's value. Example:
- Location: Australia -- this is a single-select custom field
- Hardware: <Assets custom field, list filtered by object type's attribute called "Location" the selected Location option value>
Entering any of the following into the Filter Issue Scope field of Hardware's assets configuration kept giving me the error message "The AQL query contains one or more placeholder custom field IDs that are invalid or not Assets object fields. ":
- Location = ${customfield_XXXX}
- Location = ${customfield_XXXX.label}
Does Cloud only support placeholder of another Assets custom field? Is there a way to use a placeholder for a custom field?
Thank you!