I need to find issue with attacment name for exampl "logo.png"
but find only query to find by fileextention like this:
issueFunction in hasAttachments ("png")
Hi,
Standard JQL doesn't easily allow it but the results can be quickly found using our professional indexing service:
After you install the app you can simply search:
attachmentName ~ "logo.png"
You may want to check out the docs as well.
I hope this helps!
Daniel
You can try this add on
https://community.atlassian.com/t5/Jira-questions/Search-Attachment-Name/qaq-p/841145
Or you can create a customfield with scriptrunner that copy the attachment file name and query this field
https://community.atlassian.com/t5/Jira-questions/Search-by-attachment-name-from-JQL/qaq-p/1249498
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.