You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.