Forums

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

JQL search iDalko grid table with wildcard

Yew Teng Ui October 13, 2020

I wanna search the grid table with the wild card, below is the JQL I used. Example 1 is search with exact equal to the text is can work, but when I added a * in example 2 to search with the wild card, it's not working. 

Can anyone advise me, how should I write the wild card to get the result? 

 

Example 1(work): project = ABC AND issue in grid("gridTbl1", "gridColumn1='JIRA is good'") ORDER BY priority DESC, updated DESC

 

Example 2(not work): project = ABC AND issue in grid("gridTbl1", "gridColumn1='JIRA is *'") ORDER BY priority DESC, updated DESC

 

Thanks in advance.

1 answer

1 accepted

1 vote
Answer accepted
Vitalii Hladiienko
Contributor
October 13, 2020

Hi @Yew Teng Ui

You may try this instead:

project = ABC AND issue in grid("gridTbl1", "gridColumn1 like 'JIRA is %'") ORDER BY priority DESC, updated DESC
Yew Teng Ui October 13, 2020

@Vitalii Hladiienko Yes, its work brilliant. Thanks a lot. 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events