I have just installed the Script Runner plugin (version 2.1.15) in my Jira (v6.0.8#6109-sha1:57cf099)
Whe I do a search using a script JQL function like
issueFunction in linkedIssuesOf("labels = 'XXXX'", "Contains")
I get the following error:
Field 'issueFunction' does not exist or you do not have permission to view it.
I've already tried a re-indexing and re-login.
I checked at AddOns->ScriptRunner->Scripted JQL functions and all the functions are enabled.
Any help here?
Restarting Jira solved the issue. The source is still not clear.
Hey guys & girls
we get the same message with the trial version of scriptrunner. In our cloud jira the customfield is missing, i think its not created on plugin installation. Reinstalling the plugin did not help.
Anyone had this problem?
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.
The error tells you there is a problem with your Custom Field named "issueFunction". Btw, what did you want your SQL to return? Currently you are checking if the value of your Custom Field is in the list of Issues, which implies that your Custom Field type is Issue (i.e. you have created a new Custom Field Type). Is that really the case?
P.S.
If I understand correctly, you have read the article about Scripted JQL Functions, which means you're using your jql inside a Script Runner plugin, right? The syntax of those jql queries is a bit different than the syntax of the original JIRA JQL queries, which means you need to use that query inside a Script Runner and not in the JIRA search.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
the filed comes from the Script Runner plugin and should be added automatically during installation. The query above lists all issues, which a part of an issue with a particular label and works fine in a different installation using this plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I see, let me check again to see if I didn't understand it wrong.
Update: Just ignore my previous answer and try reading this question. It suggests to re-install the Script Runner.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try disabling then enabling the plugin...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Disabling adn enabling worked for me.
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.