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*"
Community moderators have prevented the ability to post new answers.
I don't believe that the category field will accept anything except whole values in JQL.
However if you wanted to include all MyOrg categories, then you could do a search like:
issuetype = Epic AND category in ("MyOrg:Team1", "MyOrg:Team2", "MyOrg:Team3")
Of course, if you added a new MyOrg category, you would have to add it to the filter.
Thanks for trying to help. I was trying to avoid a query with multiple categories since we have upwards of 20 and are not done setting up yet. It looks like that may be my only option so I'll wait until things have settled and take the time to create the query.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Alternatively, you could just use MyOrg for the Project Categories and name your Projects 'Team1:Project1', 'Team1:Project2', etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.