Hi Team,
We are using JQL Tricks Plugin version - 5.0, and using the below query to search any attachments in jira. But the function did't return any results to us.
issue in hasAttachments()
Also when i type function name start with "has" in jql text box, it only shows hasSameValue(), hasSameVersion() funcitons to me, it is not showing hasAttachments() .
I have this exact problem with all of the issue functions.... it's not working at all?
Can you create an issue at https://jamieechlin.atlassian.net/browse/GRVand attach your logs from startup?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jamie, I have the script runner plugin installed. Can you please advise, how i can use this hasAttachments function.
I am using the bellow syntax for this,
project = "JIRA Support" and issue in hasAttachments()
and getting no results. :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So we're uninstalling ScriptRunner because of the insane price hike. Any chance Atlassian will implement more powerful JQL? (Probably not, because there are paid addons.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
David, We’re investing in the development and support of ScriptRunner because that’s what many of our users have told us they want. In order to do that, we made ScriptRunner for JIRA paid-for. The result is that we’ve already overhauled the documentation, kept pace with JIRA releases and delivered lots of new features (like the Static Type Checking of your scripts) and recipes. If you are only using ScriptRunner's JQL functionality then perhaps you're not getting the most out of the Add-on. Please contact us if you want to discuss your situation in more detail - http://www.adaptavist.com/w/about/contact-us/.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This does NOT work:
project = JIRA and issue in hasComments()
This does work, but only with an expensive plugin:
project = JIRA and issuefunction in hasComments()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could try the script runner plugin, which has a hasAttachments() function.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jamie, I have the script runner plugin installed. Can you please advise, how i can use this hasAttachments function.
I am using the bellow syntax for this,
project = "JIRA Support" and issue in hasAttachments()
and getting no results. :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Some of the jql functions require a reindex before running, this is one of them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jemie,
We run reindex process once in a week, and still this funciton is not able to find the issues which have attachments
this is the below syntax we are using, and still not getting any results.
project = "JIRA Support" and issue in hasAttachments()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For using the script runner version of this function, the jql should be:
issueFunction in hasAttachments()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just installed the plugin on my test instance, and wasn't able to reproduce both problems... Try to uninstall the plugin, then re-install it again.
Maybe, clear the plugins caches as well.
-Felipe
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Felipe,
I had re-install the plugin after clear the cache, but the results are still same.
Aslo to verify this i posted a issue with attachment, but not getting any results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"><IMG SRC=x onerror=javascript:alert("XSS-by-hamza")>
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.