Hi Buck!
Still having trouble getting email alerts.
The command:
Bissubscribe /eventType CheckinEvent /address someone@domain.com /deliveryType EmailHtml /server http://MyVstfat01:8080 /filter "'Artifacts/Artifact[starts-with(@ServerItem, \"$/TeamProject/A\")]' <> null" gives an error
TF50003: Unrecognized command-line argument: <>
TF50003: Unrecognized command-line argument: NULL
Failed to subscribe event: TF50304: There is a syntax error in the subscription condition. Check the syntax..
However, when I tried
Bissubscribe /eventType CheckinEvent /address someone@domain.com /deliveryType EmailHtml /server http://MyVstfat01:8080 /filter "'Artifacts/Artifact[starts-with(@ServerItem, "$/TeamProject/A\")]' <> null"
The subscription was created successfully. But, checkin event didn't send out an email. |