On Prem JIRA had macro issuefunction which was really powerful and useful. However, with JIRA Cloud, I tried using the same but its giving error.
"Field 'issueFunction' does not exist or you do not have permission to view it."
Do we have any substitute?
Hi Abrhiram,
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 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>" |
I hope this information helps.
Regards,
Kristian
So basically we need to get the additional App(ScriptRunner) plugged in.
So without the Scriptrunner, we do not have a substitute for issuefunction?
Thanks,
Abhiram
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Abhiram,
Yes you are correct, you will need to install a plugin such as ScriptRunner or another plugin which provides advanced JQL searching in order to do advanced searching inside of Jira cloud.
Regards,
Kristian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Abhiram Rao , welcome to community!
Refer to an existing question on the same -> https://community.atlassian.com/t5/Marketplace-Apps-Integrations/Substitute-for-issueFunction-in-JIRA-cloud/qaq-p/613278
Doc: https://scriptrunner-docs.connect.adaptavist.com/jiracloud/enhanced-search.html
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.