Jira v8.20.12
I am trying to come up with a query to find issues with attachment name "something"
I was able to find queries to find attachments by username:
issueFunction in fileAttached( "by currentUser()")
and issues with Attachments
attachments is not EMPTY
but I haven't been successful in finding issues with attachment name "string"
Any help will be appreciated it.
I am not an admin in my environment so I won't be able to install any custom plugins.