We use Jira cloud. We recently installed ScriptRunner Enhanced Search - Adaptavist
add-on. When I login to Jira, I can see the following sections
I can go to "ScriptRunner Enhanced search" and I can write queries like
issueFunction in linkedIssuesOf("project = xxx") and it works fine.
But when I go to "Issues and filters" section and run the same query, I get
Field 'issueFunction' does not exist or you do not have permission to view it.
How can i integrate this add-on to main jira query search ?
Hi Ashiwn,
Thank you for your question.
I can confirm that in JIRA Cloud you can only use the issueFunction() JQL function provided by ScriptRunner on the Enhanced Search page as described in the documentation here.
This is due to the way that Atlassian restrict how the JQL functions can interact with their infrastructure meaning we must run them in a sandbox process.
However this does not mean that they cannot be used inside other filters inside other filters or on filters for Agile boards, and to use the functions in other filters then you will need to follow the steps outlined below.
filter =
"<NameOfFilterHere>"
If this response has answered your question can you please mark it as accepted so that other users can see it is correct when searching for similar answers.
Regards,
Kristian
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 solve the problem IMO.
@Kristian Walker _Adaptavist_ this appears to save the filter and its current set of results. Meaning that if the result changes then the saved filter is not impacted.
So for example
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Farbod,
The way enhanced search works is that any changes to the enhanced search filter are synchronised to the regular Jira filter every X minutes depending on the value you configure on the settings page as documented here.
Also when the filter is shared you must toggle the Sync Filter button for this to happen as documented here.
This unfortunately is caused by how the enhanced search works in Jira Cloud and how Jira Cloud is different to Jira Server meaning we cannot allow the enhanced search functions to be run in the regular Jira Search.
Regards,
Kristian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.
Register today!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.