I have a number of files in my system that have a standard naming structure, like this:
Customer - Document Type - Description.xxx
Real Example:
Capital - SOW - Website Design (082114).doc
I have a rule that matches on file name to extract the customer name and add a tag of the Customer Name. Here's the Rules and Actions as configured
If The Following Conditions Are Met:
If File is Document
File Matches "{Customer Name} - {...}.{...}"
Do The Following:
Add Tags: "Customer Name"
But it is not matching the files. It was matching them before. When I look in the log I see the files listed with the notes "File/folder not part of change set/file event".
Any help or ideas?