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
I've made a validator that prevents users from closing Strategic Initiative issues until all of their initiatives are closed. I'm looking for a way to give user a list of resolved issues that have to be completed in an error message of the validator that uses scriptrunner portfolioChilderOf function:
Script JQL Functions (adaptavist.com)
I've seen a similar post already:
Solved: Validation error to display issue keys (atlassian.com)
But my JQL query includes use of issueFunction and I can't seem to manage it to run.
My JQL that returns a list of unresolved initiatives inside of strategic initiatives:
issueFunction in portfolioChildrenOf("issuekey = %{issue.key}") and issuetype = Initiative and resolution is EMPTY
I'm kind of confused with all of the ' and " used in it.
Is this even possible to use that issueFunction here?