Hello,
I'm facing a problem. Is it possible to define an advanced search, that shows me all tickets in a given project, which have attachments?
Something like:
project = "projectName" AND attachments IS NOT EMPTY
There is no field "attachments"...
Thank you in advance!
Steve
Hi Steve,
this does not work out of the box. You have to use the JQL Tricks Plugin (https://marketplace.atlassian.com/31399) . Unfortunately it is not free.
Best regards
Thomas
Thank you for your fast response. This answer fits my needs! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
this can be done natively without JQL Tricks (although that plugin is pretty awesome)
{code}
project = "projectName" AND NOT attachments is EMPTY
{code}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great, thank you!
This answer should be the one that is marked as solved...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I concur. This works perfectly. You can't see the name of the attachment, but you can filter for any type of issue that has an attachment.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
this worked for me. filtered all issues with attachments in that project
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great Xander. I m able to see all the stories with attachments.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is very helpful. Worked for me. Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Perfect, simple, easy. I also used it to see all sub-tasks for a parent that had attachments.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the response here ... "attachments is not EMPTY" worked for me to get a filter of all issues with attachments on our Jira instance. Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can now do this in JIRA 6.2 using the attachments JQL function.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check this add-on : https://marketplace.atlassian.com/plugins/pl.craftware.jira.search-attachments-plugin
It can do following queries:
It can search across pdf, office docs (ms/open/libe) and so on - it uses extractors for this formats. |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I wrote a plugin to solve this with a derived field, ages ago. I really should dig it out and publish it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic, were you able to publish the plugin? The JQL Tricks Plugin is not free.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah, but I guess it is worth the cost.
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.