ScriptRunner enhanced search not visible

Mathieu Pause June 5, 2018

Hi there,

I am using Jira Server v7.2.13 and ScriptRunner v5.4.7.

After installing ScriptRunner, there is no link visible in the top navigation bar for ScriptRunner Enhanced Search.

In the Add-Ons admin page, I see some links under "SCRIPTRUNNER", such as Escalation Service, REST Endpoints, etc. But I don't see the links Settings or Logs or Execution History that I see in the Cloud version (I created one instance to compare - my target is to use the server version, not the cloud).

Also, one biggest issue for me is that when I type some JQL in Jira Server, I cannot use for example lastCommentedDate or firstCommentedDate. It is just not visible.

I tried restarting the server, as well as re-indexing, nothing worked so far.

 

Any idea what's wrong?

 

Thanks!

1 answer

1 accepted

1 vote
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 5, 2018

Hello,

ScripRunner for Cloud and Server is different. You name features for Jira Cloud. These feature are not available for Jira Server.

Mathieu Pause June 6, 2018

Hi Alexey,

Are you saying that the JQL Aliases only available for cloud too?

 

I thought this doc is for Jira Server: https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html

I don't see any of these "functions" in the JQL search field when I type a query.

Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 6, 2018

Try to type like this:

issueFunction in hasComments(3)

In Scriptrunner for Jira Server you need to use the issueFunction in and then your function.

Mathieu Pause June 6, 2018

Oh I see! Still have a lot to learn :-) Thank you Alexey!

Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 6, 2018

You are very much welcome!

Suggest an answer

Log in or Sign up to answer