IssueFuction in Jira Server is working fine but it is not working with Jira cloud. The API I use is
This is because JQL in Jira Cloud does not allow us to add things like issueFunction into it. So standard JQL can't use it.
As you've already found, Scriptrunner's enhanced search does do that.
But, I suspect your "api call" is to Jira's search function, not Scriptrunner's enhanced search. so it's failing because issueFunction is not there.
I'm afraid I do not know if SR for Cloud has a REST API you could call for the enhanced search, but I will ask!
Did we get an answer for REST API you could call for the enhanced search
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Eep! Sorry. I asked Kristian but got distracted and forgot to post back here!
There are no rest APIs for enhanced search.
But, you can make a rest call to a standard Jira filter which is created when they save an enhanced search filter as this will have the issues returned by the enhanced search filter in it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's been months but how do we do this "But, you can make a rest call to a standard Jira filter which is created when they save an enhanced search filter as this will have the issues returned by the enhanced search filter in it."
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.