Can search attachments file name use 'like' ?

shang-hua liao January 5, 2014

I just use "full-text search attachment for JIRA" plug-in.

I attach a file name "OpenFile.txt".

Is there any function or any JQL that I just only search "Open" or "fil",The resault can found the issue?

3 answers

1 accepted

1 vote
Answer accepted
Udo Brand
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 5, 2014

Since this plugin is using Lucene query syntax you should be able to use

issue in havingAttachments("Open*")

Please see also in the plugin documentation https://sites.google.com/a/craftware.biz/cpsa4j/sample-usage

1 vote
rambabu patina
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 5, 2014
0 votes
shang-hua liao January 6, 2014

Thanks It is very helpful for me

Suggest an answer

Log in or Sign up to answer