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.
I have installed a demo version of ScriptRunner and am attempting to use the function portfolioParentsOf, but that is not an allowed function. Our instance is Jira Cloud - is this function Server only? And if so, are there plans to add it to Cloud?
Hi Janene,
Thank you for your question.
I can confirm that ScriptRunner for Jira Cloud does not provide the same portfolioChildrenOf() and portfolioParentOf() JQL functions that the server version provides in order out of the box in order to search for Portfolio issues as the API to provide this function does not exist in Jira Cloud like it does in Jira Server.
However, you may be able to return issues linked recursively using the linkedIssuesOfRecursive() JQL function which the plugin provides and is documented here.
You can see a more comprehensive list of the differences between the cloud and server versions of ScriptRunner inside of the documentation page located here.
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
Thank you Kristian. Unfortunately, linkedIssuesOfRecursive does not have the functionality I was looking for, as it does not find parents.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Janene,
Thank you for your response.
Unfortantelty this means that it will not be possible to search for portfolio issues using JQL with ScriptRunner for 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.