I'm trying to use:
issueFieldMatch (subquery, fieldname, regexp)
to search *all* projects for labels that include a particular string. This works if I set the subquery parameter to something like "project = foo", but how do I search for the fieldname and regexp across all projects?
Thanks.