Wildcards for AppleScript in Radar
I'm writing an AppleScript that should go through each radar that has my project name in the "component" field. When I do this search in Radar, I use % characters as wildcards and it works fine eg "%projectName%".
When I try the same thing in AppleScript using the FindProblem function:
FindProblem componentName "Radar" componentVersion "6.1" state "2" additionalWhereClause ....
Returns zero items.
Any ideas how I can run the search I need?
Thanks in advance,
Dave
Current Pro Desktops