The question is simple. Let's say I have a story with issue key 'STORY-123'. Given this, using JQL, I should be able to find the portfolio initiative this story belongs to. In the same way, need be, I should be able to find the portfolio stakeholder this story belongs to.
There are a multitude of solutions to find the children given the parent, but this is tricky since we have to find the second/third level parent of a given issue.
Story -> Epic -> Initiative -> Stakeholder
Hi Arun,
This is possible with a new JQL introduced in Portfolio for Jira 2.11 server version.
To get a result of any parent issue of an issue in a specific hierarchy level, type issuekey in parentIssuesOf("EX-000"). This should be done via JQL in JIra.
Find out more about all special JQL functions related to Portfolio & Jira here: https://confluence.atlassian.com/jiraportfolioserver/searching-for-issues-using-portfolio-details-940678957.html
Cheers,
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.