Filter for Tags in CA Agile Central Excel Add-In leads to error "Query failed due to errors: Cannot parse object reference from <tagname>"
book
Article ID: 8246
calendar_today
Updated On:
Products
Rally On-Premise
Rally SaaS
Issue/Introduction
When trying to filter on tags in the Excel Add-In for CA Agile Central using the choose button the resulting query would look like:
(Tags contains <tagname>)
Example:

When executing the query this will lead to the error
"Query failed due to errors: Cannot parse object reference from <tagname>"
Environment
Release:
Component: ACSAAS
Resolution
Edit the Query manually to be
(Tags.Name contains <tagname>)
Example:

Feedback
thumb_up
Yes
thumb_down
No