We're using the names of our orgs and teams to create the Category to identify the organization and team for which the project resides.
It looks like this: MyOrg:MyTeam then projects.
There are 20+ projects in my org and I want visibility of all open Epics. Is it possible to use a wildcard in a search for Category so I can find all Categories that begin with MyOrg? My query looks like this now (where MyOrg is replaced with the actual org name) but doesn't work:
issuetype = Epic AND category = "MyOrg*"