Hi everyone,
I want to find Jira issues, but i don't know assignee user. I know only part of his name. Is it possible to find assignee using *? For example assignee = "an*" and the search result will contains issues assigned for andrew, andy, anna etc.
You will need a plugin like JQL Tricks to do this. For example, with JQL Tricks, you can do the following:
assignee in userMatches("kat.*")
It will return all issues where assignee name starts with kat (Eg: kate, katherine etc)
Thanks, it works!
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.