Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a filter by SubProduct multiselect

Julian Haines
Contributor
February 17, 2025

Hi,

I am trying to create a filter to show all items with a subproduct of ""

BUD (Budgeting - Outturn and Plans)

 

I am using the following AQL but its returning no results, the SubProduct field is a multiselect and it should be returning lots of results.

subproduct IN aqlFunction("SubProduct like \"BUD (Budgeting - Outturn and Plans)\"") ORDER BY created DESC

 

 

1 answer

0 votes
Himanshu Tiwary
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 Champions.
April 2, 2026

Hi @Julian Haines ,

You are using the wrong syntax for this.
aqlFunction() is for JQL issue searches when you are searching on an Assets field within Jira issues. If you are searching directly within Assets, you need to use normal AQL syntax instead.
Try:SubProduct = "BUD (Budgeting - Outturn and Plans)"

If you are still getting nothing back, you can also try putting quotes around the attribute name
"SubProduct" = "BUD (Budgeting - Outturn and Plans)"

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events