I am trying to filter assets objects by a single-select custom field's value. Example:
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. ":
@Jessie ChiaAttach a screenshot of Hardware CF configuration.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Location=${customfield_10074.label}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
customfield_10074 is your single select customfield, right?
Location, the hardware attribute, is single or multiselect?
if it's multiselect, use IN instead =
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Correct.
What you have suggested work in Data Center edition, but does not work on Cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's right, I am in DC.
Actually that's a restrictiction in Cloud, but here is a workaround:
https://jira.atlassian.com/browse/JSDCLOUD-10185
(i.e. move your Location single select to an Asset object and use this in your request)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.