RTIR 5.0.6 Documentation
RT::IR::Config
CheckObsoleteCFSyntax
RTIR upgrades changed the naming of installed custom fields, removing the _RTIR_ prefix from the custom field names and removing State in favor of RT's default Status.
This function checks queries and formats for references to the old CF names and warns that they need to be updated.
Takes: $string, $location
String that can be a format or query that might have an old CF format.
Location is where the format or query is, if available.
Returns: Nothing, just issues a warning in the logs.
← Back to index