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.
Hello,
I'm using one of the new scriptrunner canned scripts, called 'Show Parent Issue in Hierarchy'. My goal is to have a field that shows the Initiative that a story relates to.
Our Portfolio hierarchy is: Value Stream --> Initiative --> Epic --> Story --> Sub-task
When I choose 'Value Stream' as the Target Issue Type, it works, showing me the value stream above the issue I'm looking at. When I choose Initiative (or Epic), I get nothing back. See attached image for setup... help?
Nope. My workaround was to use scriptrunner jql syntax like this in filters, reports, agile board etc...:
issuefunction in linkedIssuesOf("issuefunction in portfolioChildrenOf('key = ABC-123')", "is Epic of")
Note: ABC-123 is the Initiative in this example
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I have the same issue. Except that the Epic is displayed. I can't display the Initiative.
Stéphane
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks. I guess that solves the reporting side.
No easy way of reporting in a way to show the initiative summary in the results. The parent link field only returns the key in exported issue reports.
I guess a custom script field is the only way? IE recurse the hierarchy?
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.