Hi,
according to the fields reference, I should be able to perform the following JQL search in JIRA Server 7.8
Search for issues that have attachments:attachments IS NOT EMPTY
Search for issues that do not have attachments:attachments IS EMPTY
But I get the following error:
Field 'attachments' does not exist or you do not have permission to view it.
How can I search for attachments?
While seeing this error might be you don't have permission to View/Crete the attachment.
I can create & delete Attachments in the Project.
I am Admin and I have the permissions.
I think it is the "Field 'attachments' does not exist". But why?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it possible to query tickets that have attachments of 5mb or larger?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Support found my Problem and the correponding JIRA Bug
My Attachment field was hidden in the field configuration scheme
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.
Hello @Alexander Pappert
In the JQL did you mention the project as part of the JQL. Because if you just search -
attachments IS NOT EMPTY
Then there can be some projects wherein you actually don't have permissions to access the attachements, thus try the same JQL but with the project criteria like
Project = ABC and attachments IS NOT EMPTY
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Tarun Sapra
I use "Project = ABC and attachments IS NOT EMPTY
"
While typing this in JQL, I cannot type the complete word "attachment". JQL stopps at "at" because "attachment" is maybe an invalid word.
In Project ABC, I have uploaded some attachments & the rights in the project permission scheme to add and delete attachments. So the JQL should work.
Is there some extra Point I have to activate in the Settings?
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.
@Tarun Sapra
I use JIRA Server 7.8.2, as posted above: "according to the fields reference, I should be able to perform the following JQL search in JIRA Server 7.8"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, yes indeed, my bad I read too fast and skipped this detail.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's a bit surprising that a builtin functionality is not working despite you having the permissions. Is it not working for any other projects as well?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have attachments in 3 Projects. All 3 are not working.
So, in your jira it is working?
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.
Server or Cloud?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Server version, as 7.x means server, cloud is always the latest build 100.x or something.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.