Hi Team,
We currently have a 3-level hierarchy set up using Advanced Roadmaps: Project Name(2) (Issue type, Not a Jira project) -> Milestone(1) -> Story/Bug(0).
I am trying to set up a board for each project. I am trying to get all the stories that fall under a Project.
Using "parent = MDC-27" gives all the milestones under Project Name MDC-27. How do I get all the stories that fall under MDC-27 without having to use Milestones?
Thank you in advance :)
Hello @Bhanu KN
As per this document:
...you can use a filter like this:
issuekey in portfolioChildIssuesOf("INIT-001") AND issueType = Story
...where "INIT-001" is the issue key of (in your case) the Project issue.
That works perfectly. Thank you very much @Trudy Claspill
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.