How do I seek for issues where assignee starts with a certain set of characters?

Jan-Olav Styrvold
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 18, 2023

Have tried assignee ~ "Test*"  but this operator is not valid for assignee

3 answers

0 votes
Hannes Obweger - JXL for Jira
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
September 26, 2023

Hi @Jan-Olav Styrvold,

if you are open to solutions from the Atlassian Marketplace, this would now be easy to do using the app that my team and I are working on, JXL for Jira.

JXL is a full-fledged spreadsheet/table view for your issues that allows viewing, inline-editing, sorting, and filtering by all your issue fields, much like you’d do in e.g. Excel or Google Sheets. It also comes with a number of advanced features, including support for (configurable) issue hierarchiesissue grouping by any issue field(s), sum-ups, or conditional formatting - as well as the ability to filter issues via regular expressions

With regular-expression-based filtering, you can apply pretty much any logic, including the one that you are after:

regex-filtering-assignee-pattern.gif

Once you've narrowed down your list of issues, you can work on your issues directly in JXL, trigger various operations in Jira, or export your issues with just one click.

Any questions just let me know,

Best,

Hannes 

0 votes
mauricio.groth
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 18, 2023

Hi @Jan-Olav Styrvold

I’m Maurício, a support engineer at Digital Toucan and I’m here to help you.

Unfortunately, using JQL of Jira, you’ll not be able to do it.

In the app where my team works, JQL Search Extensions for Jira, we have the function fieldMatch, for example, you can run the query below to return all your issues that have the assignee starting with test.

issue in fieldMatch("project = SEARCH", "assignee", "test*")

Please contact our support if you have any other questions about this query. 

We’ll be happy to help you!
Best regards,
Maurício

0 votes
Michele Ghirxi January 18, 2023

This isn't possible through native JQL features, you would need to use an add-on to achieve what you are looking for. 

The answer here highlights one of the add-ons: https://community.atlassian.com/t5/Jira-questions/Search-in-assignee-field-using-substring/qaq-p/860753

Suggest an answer

Log in or Sign up to answer